Show / Hide Table of Contents

Class MobileIdInfo

Additional information when MOBILE_ID is one of the upload_key_types.

Inheritance
object
MobileIdInfo
Implements
IMessage<MobileIdInfo>
IEquatable<MobileIdInfo>
IDeepCloneable<MobileIdInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class MobileIdInfo : IMessage<MobileIdInfo>, IEquatable<MobileIdInfo>, IDeepCloneable<MobileIdInfo>, IBufferMessage, IMessage

Constructors

MobileIdInfo()

Declaration
public MobileIdInfo()

MobileIdInfo(MobileIdInfo)

Declaration
public MobileIdInfo(MobileIdInfo other)
Parameters
Type Name Description
MobileIdInfo other

Properties

AppId

Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.

Declaration
public string AppId { get; set; }
Property Value
Type Description
string

DataSourceType

Optional. Immutable. Source of the upload data.

Declaration
public DataSourceType DataSourceType { get; set; }
Property Value
Type Description
DataSourceType

HasAppId

Gets whether the "app_id" field is set

Declaration
public bool HasAppId { get; }
Property Value
Type Description
bool

HasDataSourceType

Gets whether the "data_source_type" field is set

Declaration
public bool HasDataSourceType { get; }
Property Value
Type Description
bool

HasKeySpace

Gets whether the "key_space" field is set

Declaration
public bool HasKeySpace { get; }
Property Value
Type Description
bool

KeySpace

Required. Immutable. The key space of mobile IDs.

Declaration
public MobileIdInfo.Types.KeySpace KeySpace { get; set; }
Property Value
Type Description
MobileIdInfo.Types.KeySpace
In this article
Back to top Generated by DocFX