Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.96 KB

CreateKeyOutput.md

File metadata and controls

108 lines (59 loc) · 2.96 KB

CreateKeyOutput

Properties

Name Type Description Notes
DisplayId Pointer to string [optional]
FragmentResults Pointer to []int64 [optional]
ItemId Pointer to int64 [optional]

Methods

NewCreateKeyOutput

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

NewCreateKeyOutputWithDefaults

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

GetDisplayId

func (o *CreateKeyOutput) GetDisplayId() string

GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.

GetDisplayIdOk

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.

SetDisplayId

func (o *CreateKeyOutput) SetDisplayId(v string)

SetDisplayId sets DisplayId field to given value.

HasDisplayId

func (o *CreateKeyOutput) HasDisplayId() bool

HasDisplayId returns a boolean if a field has been set.

GetFragmentResults

func (o *CreateKeyOutput) GetFragmentResults() []int64

GetFragmentResults returns the FragmentResults field if non-nil, zero value otherwise.

GetFragmentResultsOk

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.

SetFragmentResults

func (o *CreateKeyOutput) SetFragmentResults(v []int64)

SetFragmentResults sets FragmentResults field to given value.

HasFragmentResults

func (o *CreateKeyOutput) HasFragmentResults() bool

HasFragmentResults returns a boolean if a field has been set.

GetItemId

func (o *CreateKeyOutput) GetItemId() int64

GetItemId returns the ItemId field if non-nil, zero value otherwise.

GetItemIdOk

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.

SetItemId

func (o *CreateKeyOutput) SetItemId(v int64)

SetItemId sets ItemId field to given value.

HasItemId

func (o *CreateKeyOutput) HasItemId() bool

HasItemId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]