Show / Hide Table of Contents

Class UserMetadata

Metadata about users for a Looker instance.

Inheritance
object
UserMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX