Show / Hide Table of Contents

Class MobileIdInfo

Additional information when MOBILE_ID is one of the upload_key_types.

Inheritance
object
MobileIdInfo
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX