GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1MoveApiProxyRequest (google_api_apigee v0.54.0)
View SourceMoves an API Proxy to a different Space.
Attributes
-
space
(type:String.t
, default:nil
) - Optional. Resource ID of the space to move the proxy to. If unspecified, the proxy will be moved to the organization level.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1MoveApiProxyRequest{ space: String.t() | nil }