Class: Google::Ads::MarketingPlatform::Admin::V1alpha::FindSalesPartnerManagedClientsResponse::ClientData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_date::Google::Type::Date

Returns The end date of the contract between the sales org and the end client.

Returns:



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.

Returns:



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.

Returns:

  • (::Google::Type::Date)

    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