Name | Type | Description | Notes |
---|---|---|---|
parent | String | A URL pointing to the parent category | [optional] |
parents | Array<String> | A collection of URLs pointing to the category parents | [optional] |
_self | String | A URL pointing to the category | [optional] |
require 'AylienNewsApi'
instance = AylienNewsApi::CategoryLinks.new(parent: null,
parents: null,
_self: null)