Class: Google::Apis::YoutubereportingV1::GdataDiffChecksumsResponse
- Inherits:
-
Object
- Object
- Google::Apis::YoutubereportingV1::GdataDiffChecksumsResponse
- 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
-
#checksums_location ⇒ Google::Apis::YoutubereportingV1::GdataCompositeMedia
gdata Corresponds to the JSON property
checksumsLocation. -
#chunk_size_bytes ⇒ Fixnum
gdata Corresponds to the JSON property
chunkSizeBytes. -
#object_location ⇒ Google::Apis::YoutubereportingV1::GdataCompositeMedia
gdata Corresponds to the JSON property
objectLocation. -
#object_size_bytes ⇒ Fixnum
gdata Corresponds to the JSON property
objectSizeBytes. -
#object_version ⇒ String
gdata Corresponds to the JSON property
objectVersion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GdataDiffChecksumsResponse
constructor
A new instance of GdataDiffChecksumsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GdataDiffChecksumsResponse
Returns a new instance of GdataDiffChecksumsResponse.
269 270 271 |
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 269 def initialize(**args) update!(**args) end |
Instance Attribute Details
#checksums_location ⇒ Google::Apis::YoutubereportingV1::GdataCompositeMedia
gdata
Corresponds to the JSON property checksumsLocation
247 248 249 |
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 247 def checksums_location @checksums_location end |
#chunk_size_bytes ⇒ Fixnum
gdata
Corresponds to the JSON property chunkSizeBytes
252 253 254 |
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 252 def chunk_size_bytes @chunk_size_bytes end |
#object_location ⇒ Google::Apis::YoutubereportingV1::GdataCompositeMedia
gdata
Corresponds to the JSON property objectLocation
257 258 259 |
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 257 def object_location @object_location end |
#object_size_bytes ⇒ Fixnum
gdata
Corresponds to the JSON property objectSizeBytes
262 263 264 |
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 262 def object_size_bytes @object_size_bytes end |
#object_version ⇒ String
gdata
Corresponds to the JSON property objectVersion
267 268 269 |
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 267 def object_version @object_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
274 275 276 277 278 279 280 |
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 274 def update!(**args) @checksums_location = args[:checksums_location] if args.key?(:checksums_location) @chunk_size_bytes = args[:chunk_size_bytes] if args.key?(:chunk_size_bytes) @object_location = args[:object_location] if args.key?(:object_location) @object_size_bytes = args[:object_size_bytes] if args.key?(:object_size_bytes) @object_version = args[:object_version] if args.key?(:object_version) end |