GoogleApi.Vault.V1.Model.ExportOptions (google_api_vault v0.19.5) View Source

Additional options for exports

Attributes

  • driveOptions (type: GoogleApi.Vault.V1.Model.DriveExportOptions.t, default: nil) - Options for Drive exports.
  • groupsOptions (type: GoogleApi.Vault.V1.Model.GroupsExportOptions.t, default: nil) - Options for Groups exports.
  • hangoutsChatOptions (type: GoogleApi.Vault.V1.Model.HangoutsChatExportOptions.t, default: nil) - Options for Chat exports.
  • mailOptions (type: GoogleApi.Vault.V1.Model.MailExportOptions.t, default: nil) - Options for Gmail exports.
  • region (type: String.t, default: nil) - The requested data region for the export.
  • voiceOptions (type: GoogleApi.Vault.V1.Model.VoiceExportOptions.t, default: nil) - Options for Voice exports.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Vault.V1.Model.ExportOptions{
  driveOptions: GoogleApi.Vault.V1.Model.DriveExportOptions.t() | nil,
  groupsOptions: GoogleApi.Vault.V1.Model.GroupsExportOptions.t() | nil,
  hangoutsChatOptions:
    GoogleApi.Vault.V1.Model.HangoutsChatExportOptions.t() | nil,
  mailOptions: GoogleApi.Vault.V1.Model.MailExportOptions.t() | nil,
  region: String.t() | nil,
  voiceOptions: GoogleApi.Vault.V1.Model.VoiceExportOptions.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.