Class SectionItem
A user's defined section item. This is used to represent section items, such as spaces, grouped under a section.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class SectionItem : IMessage<SectionItem>, IEquatable<SectionItem>, IDeepCloneable<SectionItem>, IBufferMessage, IMessage
Constructors
SectionItem()
Declaration
public SectionItem()
SectionItem(SectionItem)
Declaration
public SectionItem(SectionItem other)
Parameters
| Type | Name | Description |
|---|---|---|
| SectionItem | other |
Properties
HasSpace
Gets whether the "space" field is set
Declaration
public bool HasSpace { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ItemCase
Declaration
public SectionItem.ItemOneofCase ItemCase { get; }
Property Value
| Type | Description |
|---|---|
| SectionItem.ItemOneofCase |
Name
Identifier. The resource name of the section item.
Format: users/{user}/sections/{section}/items/{item}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SectionItemName
SectionItemName-typed view over the Name resource name property.
Declaration
public SectionItemName SectionItemName { get; set; }
Property Value
| Type | Description |
|---|---|
| SectionItemName |
Space
Optional. The space resource name.
Format: spaces/{space}
Declaration
public string Space { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpaceAsSpaceName
Declaration
public SpaceName SpaceAsSpaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| SpaceName |