Class BatchSubmitSitesForApprovalRequest
Request message for BatchSubmitSitesForApproval method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchSubmitSitesForApprovalRequest : IMessage<BatchSubmitSitesForApprovalRequest>, IEquatable<BatchSubmitSitesForApprovalRequest>, IDeepCloneable<BatchSubmitSitesForApprovalRequest>, IBufferMessage, IMessage
Constructors
BatchSubmitSitesForApprovalRequest()
Declaration
public BatchSubmitSitesForApprovalRequest()
BatchSubmitSitesForApprovalRequest(BatchSubmitSitesForApprovalRequest)
Declaration
public BatchSubmitSitesForApprovalRequest(BatchSubmitSitesForApprovalRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitSitesForApprovalRequest | other |
Properties
Names
Required. The resource names of the Site objects to submit for approval.
Declaration
public RepeatedField<string> Names { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Parent
Required. Format: networks/{network_code}
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 |