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.



11568
11569
11570
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11568

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)


11566
11567
11568
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11566

def file_id
  @file_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11573
11574
11575
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11573

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