Class: Google::Cloud::Channel::V1::ListChannelPartnerLinksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListChannelPartnerLinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.ListChannelPartnerLinks.
Instance Attribute Summary collapse
-
#channel_partner_links ⇒ ::Array<::Google::Cloud::Channel::V1::ChannelPartnerLink>
The Channel partner links for a reseller.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#channel_partner_links ⇒ ::Array<::Google::Cloud::Channel::V1::ChannelPartnerLink>
Returns The Channel partner links for a reseller.
467 468 469 470 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 467 class ListChannelPartnerLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.
467 468 469 470 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 467 class ListChannelPartnerLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |