Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest

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

Request message for UploadRelease.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1UploadReleaseRequest

Returns a new instance of GoogleFirebaseAppdistroV1UploadReleaseRequest.



1301
1302
1303
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1301

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

Instance Attribute Details

#blobGoogle::Apis::FirebaseappdistributionV1::GdataMedia

A reference to data stored on the filesystem, on GFS or in blobstore. Corresponds to the JSON property blob



1299
1300
1301
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1299

def blob
  @blob
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1306
1307
1308
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1306

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