class Google::Apis::DoubleclicksearchV2::Report::File
Attributes
byte_count[RW]
The size of this report file in bytes. Corresponds to the JSON property `byteCount` @return [Fixnum]
url[RW]
Use this url to download the report file. Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/doubleclicksearch_v2/classes.rb, line 477 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/doubleclicksearch_v2/classes.rb, line 482 def update!(**args) @byte_count = args[:byte_count] if args.key?(:byte_count) @url = args[:url] if args.key?(:url) end