Show / Hide Table of Contents

Class UpdateCompanyRequest

Request object for [UpdateCompany][] method.

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

Constructors

UpdateCompanyRequest()

Declaration
public UpdateCompanyRequest()

UpdateCompanyRequest(UpdateCompanyRequest)

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

Properties

Company

Required. The [Company][google.ads.admanager.v1.Company] to update.

The [Company][google.ads.admanager.v1.Company]'s name is used to identify the [Company][google.ads.admanager.v1.Company] to update.

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

UpdateMask

Optional. The list of fields to update.

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