Class: Google::Cloud::Iap::V1::ListBrandsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

Response message for ListBrands.

Instance Attribute Summary collapse

Instance Attribute Details

#brands::Array<::Google::Cloud::Iap::V1::Brand>

Returns Brands existing in the project.

Returns:



442
443
444
445
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 442

class ListBrandsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end