Sha256: c9e9d1deae67cc5cc7020981d9b37be8d30a53315fdd13ba224ac74e0dfcece4
Contents?: true
Size: 472 Bytes
Versions: 10
Compression:
Stored size: 472 Bytes
Contents
# MxPlatformRuby::RepositionRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | The unique identifier for the goal. Defined by MX. | | | **position** | **Integer** | The priority of the goal in relation to multiple goals. | | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::RepositionRequest.new( guid: GOL-97665947-235c-b213-ca25-8cf0174774f5, position: 1 ) ```
Version data entries
10 entries across 10 versions & 1 rubygems