Show / Hide Table of Contents

Class Application

An application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.

Inheritance
object
Application
Implements
IMessage<Application>
IEquatable<Application>
IDeepCloneable<Application>
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 Application : IMessage<Application>, IEquatable<Application>, IDeepCloneable<Application>, IBufferMessage, IMessage

Constructors

Application()

Declaration
public Application()

Application(Application)

Declaration
public Application(Application other)
Parameters
Type Name Description
Application other

Properties

ApplicationName

ApplicationName-typed view over the Name resource name property.

Declaration
public ApplicationName ApplicationName { get; set; }
Property Value
Type Description
ApplicationName

DisplayName

Optional. The display name of the application. This attribute is required and has a maximum length of 80 characters.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

HasDisplayName

Gets whether the "display_name" field is set

Declaration
public bool HasDisplayName { get; }
Property Value
Type Description
bool

Name

Identifier. The resource name of the Application. Format: networks/{network_code}/applications/{application_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX