Class PublisherProfileMobileApplication
A mobile application that contains a external app ID, name, and app store.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class PublisherProfileMobileApplication : IDirectResponseSchema
Properties
AppStore
The app store the app belongs to. Can be used to filter the response of the publisherProfiles.list method.
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. Can be used to filter the response of the publisherProfiles.list method.
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 |