Class UserMetadata
Metadata about users for a Looker instance.
Implements
Inherited Members
Namespace: Google.Apis.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class UserMetadata : IDirectResponseSchema
Properties
AdditionalDeveloperUserCount
Optional. The number of additional developer users the instance owner has purchased.
Declaration
[JsonProperty("additionalDeveloperUserCount")]
public virtual int? AdditionalDeveloperUserCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
AdditionalStandardUserCount
Optional. The number of additional standard users the instance owner has purchased.
Declaration
[JsonProperty("additionalStandardUserCount")]
public virtual int? AdditionalStandardUserCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
AdditionalViewerUserCount
Optional. The number of additional viewer users the instance owner has purchased.
Declaration
[JsonProperty("additionalViewerUserCount")]
public virtual int? AdditionalViewerUserCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |