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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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

#bundlesArray<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

#kindString

Identifies what kind of resource this is. Value: the fixed string " androidpublisher#bundlesListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


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