Microsoft Graph · Schema

moveAction

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
from string The name of the location the item was moved from.
to string The name of the location the item was moved to.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmoveaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.moveAction",
  "title": "moveAction",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "from": {
      "type": "string",
      "description": "The name of the location the item was moved from.",
      "nullable": true
    },
    "to": {
      "type": "string",
      "description": "The name of the location the item was moved to.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}