Class: Google::Cloud::CloudControlsPartner::V1::ListCustomersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::ListCustomersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb
Overview
Response message for list customer Customers requests
Instance Attribute Summary collapse
-
#customers ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::Customer>
List of customers.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#customers ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::Customer>
78 79 80 81 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 78 class ListCustomersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
78 79 80 81 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 78 class ListCustomersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
78 79 80 81 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 78 class ListCustomersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |