Show / Hide Table of Contents

Class AccountTicket

JSON template for an Analytics account ticket. The account ticket consists of the ticket ID and the basic information for the account, property and profile.

Inheritance
object
AccountTicket
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.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class AccountTicket : IDirectResponseSchema

Properties

Account

Account for this ticket.

Declaration
[JsonProperty("account")]
public virtual Account Account { get; set; }
Property Value
Type Description
Account

ETag

The ETag of the item.

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

Id

Account ticket ID used to access the account ticket.

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

Kind

Resource type for account ticket.

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

Profile

View (Profile) for the account.

Declaration
[JsonProperty("profile")]
public virtual Profile Profile { get; set; }
Property Value
Type Description
Profile

RedirectUri

Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in APIs console as a callback URL.

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

Webproperty

Web property for the account.

Declaration
[JsonProperty("webproperty")]
public virtual Webproperty Webproperty { get; set; }
Property Value
Type Description
Webproperty

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX