Class: Google::Apis::AndroidpublisherV3::UploadAppStoreAppPolicyDeclarationFileResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::UploadAppStoreAppPolicyDeclarationFileResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Response for uploading a policy declaration file.
Instance Attribute Summary collapse
-
#file_id ⇒ String
The unique ID of the uploaded file.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadAppStoreAppPolicyDeclarationFileResponse
constructor
A new instance of UploadAppStoreAppPolicyDeclarationFileResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadAppStoreAppPolicyDeclarationFileResponse
Returns a new instance of UploadAppStoreAppPolicyDeclarationFileResponse.
10832 10833 10834 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10832 def initialize(**args) update!(**args) end |
Instance Attribute Details
#file_id ⇒ String
The unique ID of the uploaded file.
Corresponds to the JSON property fileId
10830 10831 10832 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10830 def file_id @file_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10837 10838 10839 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10837 def update!(**args) @file_id = args[:file_id] if args.key?(:file_id) end |