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.



639
640
641
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 639

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

Instance Attribute Details

#bucket_nameString

gdata Corresponds to the JSON property bucketName

Returns:

  • (String)


627
628
629
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 627

def bucket_name
  @bucket_name
end

#generationFixnum

gdata Corresponds to the JSON property generation

Returns:

  • (Fixnum)


632
633
634
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 632

def generation
  @generation
end

#object_nameString

gdata Corresponds to the JSON property objectName

Returns:

  • (String)


637
638
639
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 637

def object_name
  @object_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



644
645
646
647
648
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 644

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