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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/iap_v1/classes.rb,
lib/google/apis/iap_v1/representations.rb,
lib/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.



661
662
663
# File 'lib/google/apis/iap_v1/classes.rb', line 661

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:



659
660
661
# File 'lib/google/apis/iap_v1/classes.rb', line 659

def brands
  @brands
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



666
667
668
# File 'lib/google/apis/iap_v1/classes.rb', line 666

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