Show / Hide Table of Contents

Class FindSalesPartnerManagedClientsRequest

Request message for FindSalesPartnerManagedClients RPC.

Inheritance
object
FindSalesPartnerManagedClientsRequest
Implements
IMessage<FindSalesPartnerManagedClientsRequest>
IEquatable<FindSalesPartnerManagedClientsRequest>
IDeepCloneable<FindSalesPartnerManagedClientsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class FindSalesPartnerManagedClientsRequest : IMessage<FindSalesPartnerManagedClientsRequest>, IEquatable<FindSalesPartnerManagedClientsRequest>, IDeepCloneable<FindSalesPartnerManagedClientsRequest>, IBufferMessage, IMessage

Constructors

FindSalesPartnerManagedClientsRequest()

Declaration
public FindSalesPartnerManagedClientsRequest()

FindSalesPartnerManagedClientsRequest(FindSalesPartnerManagedClientsRequest)

Declaration
public FindSalesPartnerManagedClientsRequest(FindSalesPartnerManagedClientsRequest other)
Parameters
Type Name Description
FindSalesPartnerManagedClientsRequest other

Properties

IsActive

Optional. If set, only active and just ended clients will be returned.

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
bool

Organization

Required. The name of the sales partner organization. Format: organizations/{org_id}

Declaration
public string Organization { get; set; }
Property Value
Type Description
string

OrganizationAsOrganizationName

OrganizationName-typed view over the Organization resource name property.

Declaration
public OrganizationName OrganizationAsOrganizationName { get; set; }
Property Value
Type Description
OrganizationName
In this article
Back to top Generated by DocFX