public sealed class Actor : IMessage<Actor>, IEquatable<Actor>, IDeepCloneable<Actor>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class Actor.
An object containing information about the effective user and authenticated principal responsible for an action.
Namespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.dll
Constructors
Actor()
public Actor()
Actor(Actor)
public Actor(Actor other)
Parameter | |
---|---|
Name | Description |
other |
Actor |
Properties
DisplayName
public string DisplayName { get; set; }
The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
Property Value | |
---|---|
Type | Description |
string |
public string Email { get; set; }
The email address of the actor. If not provided, it is inferred from credentials supplied during case creation. If the authenticated principal does not have an email address, one must be provided. When a name is provided, an email must also be provided. This will be obfuscated if the user is a Google Support agent.
Property Value | |
---|---|
Type | Description |
string |
GoogleSupport
public bool GoogleSupport { get; set; }
Output only. Whether the actor is a Google support actor.
Property Value | |
---|---|
Type | Description |
bool |