Class GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse
Response message for ProvisionAccountTicket RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse : IDirectResponseSchema
Properties
AccountTicketId
The param to be passed in the ToS link.
Declaration
[JsonProperty("accountTicketId")]
public virtual string AccountTicketId { 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 |