Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo

A legacy app install ad that only can be used by a few select customers.

Inheritance
object
GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo : IDirectResponseSchema

Properties

AppId

The ID of the mobile app.

Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type Description
string

AppStore

The app store the mobile app is available in.

Declaration
[JsonProperty("appStore")]
public virtual string AppStore { get; set; }
Property Value
Type Description
string

Description1

The first description line of the ad.

Declaration
[JsonProperty("description1")]
public virtual string Description1 { get; set; }
Property Value
Type Description
string

Description2

The second description line of the ad.

Declaration
[JsonProperty("description2")]
public virtual string Description2 { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Headline

The headline of the ad.

Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX