Class: Google::Apis::YoutubereportingV1::GdataObjectId

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/youtubereporting_v1/classes.rb,
lib/google/apis/youtubereporting_v1/representations.rb,
lib/google/apis/youtubereporting_v1/representations.rb

Overview

gdata

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GdataObjectId

Returns a new instance of GdataObjectId.



605
606
607
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 605

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bucket_nameString

gdata Corresponds to the JSON property bucketName

Returns:

  • (String)


593
594
595
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 593

def bucket_name
  @bucket_name
end

#generationFixnum

gdata Corresponds to the JSON property generation

Returns:

  • (Fixnum)


598
599
600
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 598

def generation
  @generation
end

#object_nameString

gdata Corresponds to the JSON property objectName

Returns:

  • (String)


603
604
605
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 603

def object_name
  @object_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



610
611
612
613
614
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 610

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