View Source GoogleApi.Compute.V1.Model.RegionAddressesMoveRequest (google_api_compute v0.56.2)

Attributes

  • description (type: String.t, default: nil) - An optional destination address description if intended to be different from the source.
  • destinationAddress (type: String.t, default: nil) - The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.RegionAddressesMoveRequest{
  description: String.t() | nil,
  destinationAddress: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.