Sha256: 0c609e7cf96324ea916d76c434fc2f08ab6a4037e3f658b57d66d213b586776c
Contents?: true
Size: 830 Bytes
Versions: 196
Compression:
Stored size: 830 Bytes
Contents
# UltracartClient::ItemContentAssignment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **default_assignment** | **Boolean** | True if this group is the default assignment for this item | [optional] | | **group_oid** | **Integer** | Page (group) object identifier | [optional] | | **group_path** | **String** | Page (group) path | [optional] | | **host** | **String** | StoreFront host name | [optional] | | **sort_order** | **Integer** | Sort order (optional) | [optional] | | **url_part** | **String** | URL part if the item id is not used | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemContentAssignment.new( default_assignment: null, group_oid: null, group_path: null, host: null, sort_order: null, url_part: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems