class Google::Apis::DfareportingV2_1::File::Urls

The URLs where the completed report file can be downloaded.

Attributes

api_url[RW]

The URL for downloading the report data through the API. Corresponds to the JSON property `apiUrl` @return [String]

browser_url[RW]

The URL for downloading the report data through a browser. Corresponds to the JSON property `browserUrl` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 4938
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 4943
def update!(**args)
  @api_url = args[:api_url] unless args[:api_url].nil?
  @browser_url = args[:browser_url] unless args[:browser_url].nil?
end