Class DeleteSectionRequest
Request message for deleting a section. Developer Preview.
Implements
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 |