Class: Google::Apis::AndroidpublisherV3::ApksListResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ApksListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
Overview
Response listing all APKs.
Instance Attribute Summary collapse
-
#apks ⇒ Array<Google::Apis::AndroidpublisherV3::Apk>
All APKs.
-
#kind ⇒ String
The kind of this response ("androidpublisher#apksListResponse").
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApksListResponse
constructor
A new instance of ApksListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApksListResponse
Returns a new instance of ApksListResponse.
135 136 137 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 135 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apks ⇒ Array<Google::Apis::AndroidpublisherV3::Apk>
All APKs.
Corresponds to the JSON property apks
128 129 130 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 128 def apks @apks end |
#kind ⇒ String
The kind of this response ("androidpublisher#apksListResponse").
Corresponds to the JSON property kind
133 134 135 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 133 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
140 141 142 143 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 140 def update!(**args) @apks = args[:apks] if args.key?(:apks) @kind = args[:kind] if args.key?(:kind) end |