Class CreateApplicationRequest
Request object for CreateApplication method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreateApplicationRequest : IMessage<CreateApplicationRequest>, IEquatable<CreateApplicationRequest>, IDeepCloneable<CreateApplicationRequest>, IBufferMessage, IMessage
Constructors
CreateApplicationRequest()
Declaration
public CreateApplicationRequest()
CreateApplicationRequest(CreateApplicationRequest)
Declaration
public CreateApplicationRequest(CreateApplicationRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateApplicationRequest | other |
Properties
Application
Required. The Application to create.
Declaration
public Application Application { get; set; }
Property Value
| Type | Description |
|---|---|
| Application |
Parent
Required. The parent resource where this Application will be created.
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 |