Class PackagingServiceClient
Developers register a client in Google API Console to get the deep-linking feature on Google+ posts or frames about their apps. The client data is stored in this proto.
Inheritance
System.Object
PackagingServiceClient
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class PackagingServiceClient : IDirectResponseSchema
Properties
AndroidPackageName
Android app's package name to generate the deep-link URI.
Declaration
[JsonProperty("androidPackageName")]
public virtual string AndroidPackageName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IosAppStoreId
iOS app's App Store ID to generate the App Store URL when app is not installed on device.
Declaration
[JsonProperty("iosAppStoreId")]
public virtual string IosAppStoreId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IosBundleId
iOS app's bundle ID to generate the deep-link URI.
Declaration
[JsonProperty("iosBundleId")]
public virtual string IosBundleId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Type of Google API Console client.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema