Class GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse
Response message for ProvisionAccountTicket RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse : 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 |