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.
7930 7931 7932 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7930 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
7928 7929 7930 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7928 def space @space end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7935 7936 7937 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7935 def update!(**args) @space = args[:space] if args.key?(:space) end |