class Google::Apis::YoutubereportingV1::GdataObjectId

gdata

Attributes

bucket_name[RW]

gdata Corresponds to the JSON property `bucketName` @return [String]

generation[RW]

gdata Corresponds to the JSON property `generation` @return [Fixnum]

object_name[RW]

gdata Corresponds to the JSON property `objectName` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtubereporting_v1/classes.rb, line 611
def update!(**args)
  @bucket_name = args[:bucket_name] if args.key?(:bucket_name)
  @generation = args[:generation] if args.key?(:generation)
  @object_name = args[:object_name] if args.key?(:object_name)
end