Show / Hide Table of Contents

Class CreateApplicationRequest

Request object for CreateApplication method.

Inheritance
object
CreateApplicationRequest
Implements
IMessage<CreateApplicationRequest>
IEquatable<CreateApplicationRequest>
IDeepCloneable<CreateApplicationRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX