Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProductRequest
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProductRequest
- 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 API product to a different space.
Instance Attribute Summary collapse
-
#space ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1MoveApiProductRequest
constructor
A new instance of GoogleCloudApigeeV1MoveApiProductRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1MoveApiProductRequest
Returns a new instance of GoogleCloudApigeeV1MoveApiProductRequest.
7861 7862 7863 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7861 def initialize(**args) update!(**args) end |
Instance Attribute Details
#space ⇒ String
Optional. Resource ID of the space to move the API product to. If unspecified,
the API product will be moved to the organization level.
Corresponds to the JSON property space
7859 7860 7861 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7859 def space @space end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7866 7867 7868 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7866 def update!(**args) @space = args[:space] if args.key?(:space) end |