Show / Hide Table of Contents

Class Space.Types.Principal

A principal representing an entity granted access.

Inheritance
object
Space.Types.Principal
Implements
IMessage<Space.Types.Principal>
IEquatable<Space.Types.Principal>
IDeepCloneable<Space.Types.Principal>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class Space.Types.Principal : IMessage<Space.Types.Principal>, IEquatable<Space.Types.Principal>, IDeepCloneable<Space.Types.Principal>, IBufferMessage, IMessage

Constructors

Principal()

Declaration
public Principal()

Principal(Principal)

Declaration
public Principal(Space.Types.Principal other)
Parameters
Type Name Description
Space.Types.Principal other

Properties

Audience

An audience.

Declaration
public Audience Audience { get; set; }
Property Value
Type Description
Audience

PrincipalTypeCase

Declaration
public Space.Types.Principal.PrincipalTypeOneofCase PrincipalTypeCase { get; }
Property Value
Type Description
Space.Types.Principal.PrincipalTypeOneofCase
In this article
Back to top Generated by DocFX