Class UpdateSectionRequest
Request message for updating a section.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class UpdateSectionRequest : IMessage<UpdateSectionRequest>, IEquatable<UpdateSectionRequest>, IDeepCloneable<UpdateSectionRequest>, IBufferMessage, IMessage
Constructors
UpdateSectionRequest()
Declaration
public UpdateSectionRequest()
UpdateSectionRequest(UpdateSectionRequest)
Declaration
public UpdateSectionRequest(UpdateSectionRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateSectionRequest | other |
Properties
Section
Required. The section to update.
Declaration
public Section Section { get; set; }
Property Value
| Type | Description |
|---|---|
| Section |
UpdateMask
Required. The mask to specify which fields to update.
Currently supported field paths:
display_name
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |