Class: Google::Apis::IapV1::ListBrandsResponse

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

Overview

Response message for ListBrands.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListBrandsResponse

Returns a new instance of ListBrandsResponse.



502
503
504
# File 'generated/google/apis/iap_v1/classes.rb', line 502

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

Instance Attribute Details

#brandsArray<Google::Apis::IapV1::Brand>

Brands existing in the project. Corresponds to the JSON property brands

Returns:



500
501
502
# File 'generated/google/apis/iap_v1/classes.rb', line 500

def brands
  @brands
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



507
508
509
# File 'generated/google/apis/iap_v1/classes.rb', line 507

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