Name | Type | Description | Notes |
---|---|---|---|
DisplayId | Pointer to string | [optional] | |
FragmentResults | Pointer to []int64 | [optional] | |
ItemId | Pointer to int64 | [optional] |
func NewCreateKeyOutput() *CreateKeyOutput
NewCreateKeyOutput instantiates a new CreateKeyOutput 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 NewCreateKeyOutputWithDefaults() *CreateKeyOutput
NewCreateKeyOutputWithDefaults instantiates a new CreateKeyOutput 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 *CreateKeyOutput) GetDisplayId() string
GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.
func (o *CreateKeyOutput) 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 *CreateKeyOutput) SetDisplayId(v string)
SetDisplayId sets DisplayId field to given value.
func (o *CreateKeyOutput) HasDisplayId() bool
HasDisplayId returns a boolean if a field has been set.
func (o *CreateKeyOutput) GetFragmentResults() []int64
GetFragmentResults returns the FragmentResults field if non-nil, zero value otherwise.
func (o *CreateKeyOutput) GetFragmentResultsOk() (*[]int64, bool)
GetFragmentResultsOk returns a tuple with the FragmentResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateKeyOutput) SetFragmentResults(v []int64)
SetFragmentResults sets FragmentResults field to given value.
func (o *CreateKeyOutput) HasFragmentResults() bool
HasFragmentResults returns a boolean if a field has been set.
func (o *CreateKeyOutput) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *CreateKeyOutput) 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 *CreateKeyOutput) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *CreateKeyOutput) HasItemId() bool
HasItemId returns a boolean if a field has been set.