Show / Hide Table of Contents

Class GetCompanyRequest

Request object for GetCompany method.

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

Constructors

GetCompanyRequest()

Declaration
public GetCompanyRequest()

GetCompanyRequest(GetCompanyRequest)

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

Properties

CompanyName

CompanyName-typed view over the Name resource name property.

Declaration
public CompanyName CompanyName { get; set; }
Property Value
Type Description
CompanyName

Name

Required. The resource name of the Company. Format: networks/{network_code}/companies/{company_id}

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