Sha256: 34084b59533879e980c928cfa20b2f2b206471cc6b23f776cfa27251f27cc1f2
Contents?: true
Size: 477 Bytes
Versions: 71
Compression:
Stored size: 477 Bytes
Contents
# MxPlatformRuby::CategoryCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **metadata** | **String** | | [optional] | | **name** | **String** | | | | **parent_guid** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::CategoryCreateRequest.new( metadata: some metadata, name: Online Shopping, parent_guid: CAT-aad51b46-d6f7-3da5-fd6e-492328b3023f ) ```
Version data entries
71 entries across 71 versions & 1 rubygems