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.



11820
11821
11822
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11820

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)


11818
11819
11820
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11818

def file_id
  @file_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11825
11826
11827
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11825

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