Class BatchUnarchiveApplicationsRequest
Request object for BatchUnarchiveApplications method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchUnarchiveApplicationsRequest : IMessage<BatchUnarchiveApplicationsRequest>, IEquatable<BatchUnarchiveApplicationsRequest>, IDeepCloneable<BatchUnarchiveApplicationsRequest>, IBufferMessage, IMessage
Constructors
BatchUnarchiveApplicationsRequest()
Declaration
public BatchUnarchiveApplicationsRequest()
BatchUnarchiveApplicationsRequest(BatchUnarchiveApplicationsRequest)
Declaration
public BatchUnarchiveApplicationsRequest(BatchUnarchiveApplicationsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUnarchiveApplicationsRequest | other |
Properties
ApplicationNames
ApplicationName-typed view over the Names resource name property.
Declaration
public ResourceNameList<ApplicationName> ApplicationNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<ApplicationName> |
Names
Required. The Application objects to unarchive.
Declaration
public RepeatedField<string> Names { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Parent
Required. The parent resource shared by all Applications to Unarchive.
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 |