View Source GoogleApi.BackupDR.V1.Model.ManagementURI (google_api_backup_dr v0.3.0)

ManagementURI for the Management Server resource.

Attributes

  • api (type: String.t, default: nil) - Output only. The ManagementServer AGM/RD API URL.
  • webUi (type: String.t, default: nil) - Output only. The ManagementServer AGM/RD WebUI URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.ManagementURI{
  api: String.t() | nil,
  webUi: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.