Show / Hide Table of Contents

Class UpdateSectionRequest

Request message for updating a section.

Inheritance
object
UpdateSectionRequest
Implements
IMessage<UpdateSectionRequest>
IEquatable<UpdateSectionRequest>
IDeepCloneable<UpdateSectionRequest>
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 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
In this article
Back to top Generated by DocFX