class Google::Apis::YoutubereportingV1::GdataBlobstore2Info

gdata

Attributes

blob_generation[RW]

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

blob_id[RW]

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

download_read_handle[RW]

gdata Corresponds to the JSON property `downloadReadHandle` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

read_token[RW]

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

upload_metadata_container[RW]

gdata Corresponds to the JSON property `uploadMetadataContainer` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtubereporting_v1/classes.rb, line 73
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 78
def update!(**args)
  @blob_generation = args[:blob_generation] if args.key?(:blob_generation)
  @blob_id = args[:blob_id] if args.key?(:blob_id)
  @download_read_handle = args[:download_read_handle] if args.key?(:download_read_handle)
  @read_token = args[:read_token] if args.key?(:read_token)
  @upload_metadata_container = args[:upload_metadata_container] if args.key?(:upload_metadata_container)
end