Class: Google::Apis::IapV1::ListBrandsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IapV1::ListBrandsResponse
- 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
-
#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.
502 503 504 |
# File 'generated/google/apis/iap_v1/classes.rb', line 502 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
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 |