Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProductRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1MoveApiProductRequest

Returns a new instance of GoogleCloudApigeeV1MoveApiProductRequest.



7878
7879
7880
# File 'lib/google/apis/apigee_v1/classes.rb', line 7878

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#spaceString

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

Returns:

  • (String)


7876
7877
7878
# File 'lib/google/apis/apigee_v1/classes.rb', line 7876

def space
  @space
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7883
7884
7885
# File 'lib/google/apis/apigee_v1/classes.rb', line 7883

def update!(**args)
  @space = args[:space] if args.key?(:space)
end