Class: Google::Apis::AndroidpublisherV3::BundlesListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

Response listing all app bundles.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BundlesListResponse

Returns a new instance of BundlesListResponse.



456
457
458
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 456

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bundlesArray<Google::Apis::AndroidpublisherV3::Bundle>

All app bundles. Corresponds to the JSON property bundles



449
450
451
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 449

def bundles
  @bundles
end

#kindString

The kind of this response ("androidpublisher#bundlesListResponse"). Corresponds to the JSON property kind

Returns:

  • (String)


454
455
456
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 454

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



461
462
463
464
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 461

def update!(**args)
  @bundles = args[:bundles] if args.key?(:bundles)
  @kind = args[:kind] if args.key?(:kind)
end