Show / Hide Table of Contents

Class DeleteSectionRequest

Request message for deleting a section. Developer Preview.

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

Constructors

DeleteSectionRequest()

Declaration
public DeleteSectionRequest()

DeleteSectionRequest(DeleteSectionRequest)

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

Properties

Name

Required. The name of the section to delete.

Format: users/{user}/sections/{section}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

SectionName

SectionName-typed view over the Name resource name property.

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