View Source GoogleApi.ManagedIdentities.V1.Model.EnableMigrationRequest (google_api_managed_identities v0.19.0)

EnableMigrationRequest is the request message for EnableMigration method.

Attributes

  • migratingDomains (type: list(GoogleApi.ManagedIdentities.V1.Model.OnPremDomainDetails.t), default: nil) - Required. List of the on-prem domains to be migrated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ManagedIdentities.V1.Model.EnableMigrationRequest{
  migratingDomains:
    [GoogleApi.ManagedIdentities.V1.Model.OnPremDomainDetails.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.