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
Instance Attribute Summary collapse
-
#bundles ⇒ Array<Google::Apis::AndroidpublisherV3::Bundle>
Corresponds to the JSON property
bundles
. -
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BundlesListResponse
constructor
A new instance of BundlesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BundlesListResponse
Returns a new instance of BundlesListResponse
260 261 262 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 260 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bundles ⇒ Array<Google::Apis::AndroidpublisherV3::Bundle>
Corresponds to the JSON property bundles
252 253 254 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 252 def bundles @bundles end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidpublisher#bundlesListResponse".
Corresponds to the JSON property kind
258 259 260 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 258 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
265 266 267 268 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 265 def update!(**args) @bundles = args[:bundles] if args.key?(:bundles) @kind = args[:kind] if args.key?(:kind) end |