Show / Hide Table of Contents

Class UserProfile

A UserProfile resource lets you list all DFA user profiles that are associated with a Google user account. The profile_id needs to be specified in other API requests.

Inheritance
object
UserProfile
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class UserProfile : IDirectResponseSchema

Properties

AccountId

The account ID to which this profile belongs.

Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type Description
long?

AccountName

The account name this profile belongs to.

Declaration
[JsonProperty("accountName")]
public virtual string AccountName { get; set; }
Property Value
Type Description
string

ETag

Etag of this resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

ProfileId

The unique ID of the user profile.

Declaration
[JsonProperty("profileId")]
public virtual long? ProfileId { get; set; }
Property Value
Type Description
long?

SubAccountId

The sub account ID this profile belongs to if applicable.

Declaration
[JsonProperty("subAccountId")]
public virtual long? SubAccountId { get; set; }
Property Value
Type Description
long?

SubAccountName

The sub account name this profile belongs to if applicable.

Declaration
[JsonProperty("subAccountName")]
public virtual string SubAccountName { get; set; }
Property Value
Type Description
string

UserName

The user name.

Declaration
[JsonProperty("userName")]
public virtual string UserName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX