Show / Hide Table of Contents

Class GetPartnerRequest

Request object for [GetPartner][] method.

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

Constructors

GetPartnerRequest()

Declaration
public GetPartnerRequest()

GetPartnerRequest(GetPartnerRequest)

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

Properties

Name

Required. The resource name of the [Partner][google.ads.admanager.v1.Partner]. Format: networks/{network_code}/partners/{partner_id}

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

PartnerName

PartnerName-typed view over the Name resource name property.

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