Class: Google::Cloud::Iap::V1::ListBrandsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::ListBrandsResponse
- 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
-
#brands ⇒ ::Array<::Google::Cloud::Iap::V1::Brand>
Brands existing in the project.
Instance Attribute Details
#brands ⇒ ::Array<::Google::Cloud::Iap::V1::Brand>
Returns Brands existing in the project.
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 |