Class MobileIdInfo
Additional information when MOBILE_ID is one of the upload_key_types.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class MobileIdInfo : IDirectResponseSchema
Properties
AppId
Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.
Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataSourceType
Optional. Immutable. Source of the upload data.
Declaration
[JsonProperty("dataSourceType")]
public virtual string DataSourceType { 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 |
KeySpace
Required. Immutable. The key space of mobile IDs.
Declaration
[JsonProperty("keySpace")]
public virtual string KeySpace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |