GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1MoveApiProductRequest (google_api_apigee v0.54.0)

View Source

Moves API product to a different space.

Attributes

  • space (type: String.t, default: nil) - Optional. Resource ID of the space to move the API product to. If unspecified, the API product will be moved to the organization level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1MoveApiProductRequest{
  space: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.