Class: Google::Apis::MarketingplatformadminV1alpha::FindSalesPartnerManagedClientsResponse
- Inherits:
-
Object
- Object
- Google::Apis::MarketingplatformadminV1alpha::FindSalesPartnerManagedClientsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/marketingplatformadmin_v1alpha/classes.rb,
lib/google/apis/marketingplatformadmin_v1alpha/representations.rb,
lib/google/apis/marketingplatformadmin_v1alpha/representations.rb
Overview
Response message for FindSalesPartnerManagedClients RPC.
Instance Attribute Summary collapse
-
#client_data ⇒ Array<Google::Apis::MarketingplatformadminV1alpha::ClientData>
The clients managed by the sales org.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FindSalesPartnerManagedClientsResponse
constructor
A new instance of FindSalesPartnerManagedClientsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FindSalesPartnerManagedClientsResponse
Returns a new instance of FindSalesPartnerManagedClientsResponse.
238 239 240 |
# File 'lib/google/apis/marketingplatformadmin_v1alpha/classes.rb', line 238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#client_data ⇒ Array<Google::Apis::MarketingplatformadminV1alpha::ClientData>
The clients managed by the sales org.
Corresponds to the JSON property clientData
236 237 238 |
# File 'lib/google/apis/marketingplatformadmin_v1alpha/classes.rb', line 236 def client_data @client_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
243 244 245 |
# File 'lib/google/apis/marketingplatformadmin_v1alpha/classes.rb', line 243 def update!(**args) @client_data = args[:client_data] if args.key?(:client_data) end |