class Google::Apis::IapV1::ListBrandsResponse
Response message for ListBrands.
Attributes
brands[RW]
Brands existing in the project. Corresponds to the JSON property `brands` @return [Array<Google::Apis::IapV1::Brand>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iap_v1/classes.rb, line 510 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iap_v1/classes.rb, line 515 def update!(**args) @brands = args[:brands] if args.key?(:brands) end