Class EnterpriseTopazFrontendTeamsLink
Inheritance
EnterpriseTopazFrontendTeamsLink
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazFrontendTeamsLink : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Type
The identifying link type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Url
Declaration
[JsonProperty("url")]
public virtual SafeUrlProto Url { get; set; }
Property Value
Implements