Show / Hide Table of Contents

Class GetThirdPartyCompanyRequest

Request object for GetThirdPartyCompany method.

Inheritance
object
GetThirdPartyCompanyRequest
Implements
IMessage<GetThirdPartyCompanyRequest>
IEquatable<GetThirdPartyCompanyRequest>
IDeepCloneable<GetThirdPartyCompanyRequest>
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 GetThirdPartyCompanyRequest : IMessage<GetThirdPartyCompanyRequest>, IEquatable<GetThirdPartyCompanyRequest>, IDeepCloneable<GetThirdPartyCompanyRequest>, IBufferMessage, IMessage

Constructors

GetThirdPartyCompanyRequest()

Declaration
public GetThirdPartyCompanyRequest()

GetThirdPartyCompanyRequest(GetThirdPartyCompanyRequest)

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

Properties

Name

Required. The resource name of the ThirdPartyCompany. Format: networks/{network_code}/thirdPartyCompanies/{third_party_company_id}

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

ThirdPartyCompanyName

ThirdPartyCompanyName-typed view over the Name resource name property.

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