Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

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 #

The adapter did not declare mutation semantics.

Value: 0
public const GoogleWorkspaceMutationKind Create #

Create a new remote resource.

Value: 1
public const GoogleWorkspaceMutationKind Update #

Change an existing remote resource.

Value: 2
public const GoogleWorkspaceMutationKind Delete #

Delete a remote resource.

Value: 3
public const GoogleWorkspaceMutationKind Action #

Invoke a state-changing remote action.

Value: 4