API Reference

Enum

GoogleWorkspaceMutationKind

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Semantic mutation kind supplied by the adapter independently of the HTTP verb.

Inheritance

  • Enum
  • GoogleWorkspaceMutationKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const GoogleWorkspaceMutationKind Unspecified #
Value: 0
public const GoogleWorkspaceMutationKind Create #
Value: 1
public const GoogleWorkspaceMutationKind Update #
Value: 2
public const GoogleWorkspaceMutationKind Delete #
Value: 3
public const GoogleWorkspaceMutationKind Action #
Value: 4