Show / Hide Table of Contents

Class PublisherProfileMobileApplication

A mobile application that contains a external app ID, name, and app store.

Inheritance
object
PublisherProfileMobileApplication
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class PublisherProfileMobileApplication : IDirectResponseSchema

Properties

AppStore

The app store the app belongs to.

Declaration
[JsonProperty("appStore")]
public virtual string AppStore { 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

ExternalAppId

The external ID for the app from its app store.

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

Name

The name of the app.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX