Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProxyRequest
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProxyRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
Moves an API Proxy to a different Space.
Instance Attribute Summary collapse
-
#space ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1MoveApiProxyRequest
constructor
A new instance of GoogleCloudApigeeV1MoveApiProxyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1MoveApiProxyRequest
Returns a new instance of GoogleCloudApigeeV1MoveApiProxyRequest.
7880 7881 7882 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7880 def initialize(**args) update!(**args) end |
Instance Attribute Details
#space ⇒ String
Optional. Resource ID of the space to move the proxy to. If unspecified, the
proxy will be moved to the organization level.
Corresponds to the JSON property space
7878 7879 7880 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7878 def space @space end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7885 7886 7887 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7885 def update!(**args) @space = args[:space] if args.key?(:space) end |