Class: Google::Apis::AndroidpublisherV3::UploadAppStoreAppPolicyDeclarationFileResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idString

The unique ID of the uploaded file. Corresponds to the JSON property fileId

Returns:

  • (String)


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