Class HashClientIdResponse
JSON template for a hash Client Id response resource.
Inheritance
HashClientIdResponse
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class HashClientIdResponse : IDirectResponseSchema
Properties
ClientId
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HashedClientId
Declaration
[JsonProperty("hashedClientId")]
public virtual string HashedClientId { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
WebPropertyId
Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
Implements