Show / Hide Table of Contents

Class UserContext

Additional context for personalization (e.g., user persona, role).

Inheritance
object
UserContext
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.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class UserContext : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Persona

Optional. The user's persona (e.g., FinOps Manager, Developer).

Declaration
[JsonProperty("persona")]
public virtual string Persona { get; set; }
Property Value
Type Description
string

Role

Optional. The user's role (e.g., Billing Admin, Project Owner, etc.).

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX