Class: Google::Apis::AndroidpublisherV3::BundlesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::BundlesListResponse
- 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 bundles.
Instance Attribute Summary collapse
-
#bundles ⇒ Array<Google::Apis::AndroidpublisherV3::Bundle>
All bundles.
-
#kind ⇒ String
The kind of this response ("androidpublisher#bundlesListResponse").
Instance Method Summary collapse
-
#initialize(**args) ⇒ BundlesListResponse
constructor
A new instance of BundlesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BundlesListResponse
Returns a new instance of BundlesListResponse.
257 258 259 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 257 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bundles ⇒ Array<Google::Apis::AndroidpublisherV3::Bundle>
All bundles.
Corresponds to the JSON property bundles
250 251 252 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 250 def bundles @bundles end |
#kind ⇒ String
The kind of this response ("androidpublisher#bundlesListResponse").
Corresponds to the JSON property kind
255 256 257 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 255 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
262 263 264 265 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 262 def update!(**args) @bundles = args[:bundles] if args.key?(:bundles) @kind = args[:kind] if args.key?(:kind) end |