Class BatchCreateApplicationsRequest
Request object for BatchCreateApplications method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateApplicationsRequest : IMessage<BatchCreateApplicationsRequest>, IEquatable<BatchCreateApplicationsRequest>, IDeepCloneable<BatchCreateApplicationsRequest>, IBufferMessage, IMessage
Constructors
BatchCreateApplicationsRequest()
Declaration
public BatchCreateApplicationsRequest()
BatchCreateApplicationsRequest(BatchCreateApplicationsRequest)
Declaration
public BatchCreateApplicationsRequest(BatchCreateApplicationsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateApplicationsRequest | other |
Properties
Parent
Required. The parent resource where Applications will be created.
Format: networks/{network_code}
The parent field in the CreateApplicationRequest 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 Application objects to create.
Declaration
public RepeatedField<CreateApplicationRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateApplicationRequest> |