class Google::Apis::AndroidpublisherV3::BundlesListResponse
Response listing all app bundles.
Attributes
bundles[RW]
All app bundles. Corresponds to the JSON property `bundles` @return [Array<Google::Apis::AndroidpublisherV3::Bundle>]
kind[RW]
The kind of this response (âandroidpublisher#bundlesListResponseâ). Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 257 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/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