Class: Google::Ads::MarketingPlatform::Admin::V1alpha::FindSalesPartnerManagedClientsResponse::ClientData
- Inherits:
-
Object
- Object
- Google::Ads::MarketingPlatform::Admin::V1alpha::FindSalesPartnerManagedClientsResponse::ClientData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb
Overview
Contains the client data.
Instance Attribute Summary collapse
-
#end_date ⇒ ::Google::Type::Date
The end date of the contract between the sales org and the end client.
-
#organization ⇒ ::Google::Ads::MarketingPlatform::Admin::V1alpha::Organization
The end client that has/had contract with the requested sales org.
-
#start_date ⇒ ::Google::Type::Date
The start date of the contract between the sales org and the end client.
Instance Attribute Details
#end_date ⇒ ::Google::Type::Date
Returns The end date of the contract between the sales org and the end client.
101 102 103 104 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 101 class ClientData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization ⇒ ::Google::Ads::MarketingPlatform::Admin::V1alpha::Organization
Returns The end client that has/had contract with the requested sales org.
101 102 103 104 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 101 class ClientData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_date ⇒ ::Google::Type::Date
Returns The start date of the contract between the sales org and the end client.
101 102 103 104 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 101 class ClientData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |