Class: Google::Apis::FirebaseappdistributionV1::GdataDiffDownloadResponse

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

Overview

Backend response for a Diff download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GdataDiffDownloadResponse

Returns a new instance of GdataDiffDownloadResponse.



283
284
285
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 283

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

Instance Attribute Details

#object_locationGoogle::Apis::FirebaseappdistributionV1::GdataCompositeMedia

A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit http://go/bigstore- composites. Corresponds to the JSON property objectLocation



281
282
283
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 281

def object_location
  @object_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



288
289
290
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 288

def update!(**args)
  @object_location = args[:object_location] if args.key?(:object_location)
end