Class BatchCreateCompaniesRequest
Request object for [BatchCreateCompanies][] method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateCompaniesRequest : IMessage<BatchCreateCompaniesRequest>, IEquatable<BatchCreateCompaniesRequest>, IDeepCloneable<BatchCreateCompaniesRequest>, IBufferMessage, IMessage
Constructors
BatchCreateCompaniesRequest()
Declaration
public BatchCreateCompaniesRequest()
BatchCreateCompaniesRequest(BatchCreateCompaniesRequest)
Declaration
public BatchCreateCompaniesRequest(BatchCreateCompaniesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateCompaniesRequest | other |
Properties
Parent
Required. The parent resource where [Companies][] will be created.
Format: networks/{network_code}
The parent field in the CreateCompanyRequest 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 create. A maximum of 100 objects can be created in a batch.
Declaration
public RepeatedField<CreateCompanyRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateCompanyRequest> |