Class: Google::Ads::MarketingPlatform::Admin::V1alpha::FindSalesPartnerManagedClientsResponse
- Inherits:
-
Object
- Object
- Google::Ads::MarketingPlatform::Admin::V1alpha::FindSalesPartnerManagedClientsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb
Overview
Response message for FindSalesPartnerManagedClients RPC.
Defined Under Namespace
Classes: ClientData
Instance Attribute Summary collapse
-
#client_data ⇒ ::Array<::Google::Ads::MarketingPlatform::Admin::V1alpha::FindSalesPartnerManagedClientsResponse::ClientData>
The clients managed by the sales org.
Instance Attribute Details
#client_data ⇒ ::Array<::Google::Ads::MarketingPlatform::Admin::V1alpha::FindSalesPartnerManagedClientsResponse::ClientData>
Returns The clients managed by the sales org.
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 87 class FindSalesPartnerManagedClientsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Contains the client data. # @!attribute [rw] organization # @return [::Google::Ads::MarketingPlatform::Admin::V1alpha::Organization] # The end client that has/had contract with the requested sales org. # @!attribute [rw] start_date # @return [::Google::Type::Date] # The start date of the contract between the sales org and the end client. # @!attribute [rw] end_date # @return [::Google::Type::Date] # The end date of the contract between the sales org and the end client. class ClientData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |