Show / Hide Table of Contents

Class Group

A Google Group in Google Chat.

Inheritance
object
Group
Implements
IMessage<Group>
IEquatable<Group>
IDeepCloneable<Group>
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 Group : IMessage<Group>, IEquatable<Group>, IDeepCloneable<Group>, IBufferMessage, IMessage

Constructors

Group()

Declaration
public Group()

Group(Group)

Declaration
public Group(Group other)
Parameters
Type Name Description
Group other

Properties

Name

Resource name for a Google Group.

Represents a group in Cloud Identity Groups API.

Format: groups/{group}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX