Class: Google::Apis::IapV1::ListBrandsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IapV1::ListBrandsResponse
- 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
-
#brands ⇒ Array<Google::Apis::IapV1::Brand>
Brands existing in the project.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListBrandsResponse
constructor
A new instance of ListBrandsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListBrandsResponse
Returns a new instance of ListBrandsResponse.
620 621 622 |
# File 'lib/google/apis/iap_v1/classes.rb', line 620 def initialize(**args) update!(**args) end |
Instance Attribute Details
#brands ⇒ Array<Google::Apis::IapV1::Brand>
Brands existing in the project.
Corresponds to the JSON property brands
618 619 620 |
# File 'lib/google/apis/iap_v1/classes.rb', line 618 def brands @brands end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
625 626 627 |
# File 'lib/google/apis/iap_v1/classes.rb', line 625 def update!(**args) @brands = args[:brands] if args.key?(:brands) end |