Class UserContext
Additional context for personalization (e.g., user persona, role).
Implements
Inherited Members
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 |