Name | Type | Description | Notes |
---|---|---|---|
DisplayId | Pointer to string | The display id of the item | [optional] |
ItemId | Pointer to int64 | Item id of the item | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] |
Name | string | Item name | |
ShowVersions | Pointer to bool | Include all item versions in reply | [optional] [default to false] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewDescribeItem(name string, ) *DescribeItem
NewDescribeItem instantiates a new DescribeItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeItemWithDefaults() *DescribeItem
NewDescribeItemWithDefaults instantiates a new DescribeItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DescribeItem) GetDisplayId() string
GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.
func (o *DescribeItem) GetDisplayIdOk() (*string, bool)
GetDisplayIdOk returns a tuple with the DisplayId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetDisplayId(v string)
SetDisplayId sets DisplayId field to given value.
func (o *DescribeItem) HasDisplayId() bool
HasDisplayId returns a boolean if a field has been set.
func (o *DescribeItem) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *DescribeItem) GetItemIdOk() (*int64, bool)
GetItemIdOk returns a tuple with the ItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *DescribeItem) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *DescribeItem) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DescribeItem) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DescribeItem) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DescribeItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DescribeItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetName(v string)
SetName sets Name field to given value.
func (o *DescribeItem) GetShowVersions() bool
GetShowVersions returns the ShowVersions field if non-nil, zero value otherwise.
func (o *DescribeItem) GetShowVersionsOk() (*bool, bool)
GetShowVersionsOk returns a tuple with the ShowVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetShowVersions(v bool)
SetShowVersions sets ShowVersions field to given value.
func (o *DescribeItem) HasShowVersions() bool
HasShowVersions returns a boolean if a field has been set.
func (o *DescribeItem) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DescribeItem) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetToken(v string)
SetToken sets Token field to given value.
func (o *DescribeItem) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DescribeItem) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DescribeItem) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DescribeItem) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.