Show / Hide Table of Contents

Class BatchUpdateCompaniesRequest

Request object for [BatchUpdateCompanies][] method.

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

Constructors

BatchUpdateCompaniesRequest()

Declaration
public BatchUpdateCompaniesRequest()

BatchUpdateCompaniesRequest(BatchUpdateCompaniesRequest)

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

Properties

Parent

Required. The parent resource where [Companies][] will be updated. Format: networks/{network_code} The parent field in the UpdateCompanyRequest must match this field.

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

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

Requests

Required. The [Company][google.ads.admanager.v1.Company] objects to update. A maximum of 100 objects can be updated in a batch.

Declaration
public RepeatedField<UpdateCompanyRequest> Requests { get; }
Property Value
Type Description
RepeatedField<UpdateCompanyRequest>
In this article
Back to top Generated by DocFX