Class CustomDomain
Custom domain information.
Implements
Inherited Members
Namespace: Google.Apis.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class CustomDomain : IDirectResponseSchema
Properties
Domain
Domain name.
Declaration
[JsonProperty("domain")]
public virtual string Domain { 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 |
State
Domain state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |