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
Instance Attribute Summary collapse
-
#apks ⇒ Array<Google::Apis::AndroidpublisherV3::Apk>
Corresponds to the JSON property
apks
. -
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApksListResponse
constructor
A new instance of ApksListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ApksListResponse
Returns a new instance of ApksListResponse
136 137 138 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 136 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apks ⇒ Array<Google::Apis::AndroidpublisherV3::Apk>
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
Identifies what kind of resource this is. Value: the fixed string "
androidpublisher#apksListResponse".
Corresponds to the JSON property kind
134 135 136 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 134 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
141 142 143 144 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 141 def update!(**args) @apks = args[:apks] if args.key?(:apks) @kind = args[:kind] if args.key?(:kind) end |