Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.75 KB

CreateDFCKeyOutput.md

File metadata and controls

56 lines (31 loc) · 1.75 KB

CreateDFCKeyOutput

Properties

Name Type Description Notes
FragmentResults Pointer to []int64 [optional]

Methods

NewCreateDFCKeyOutput

func NewCreateDFCKeyOutput() *CreateDFCKeyOutput

NewCreateDFCKeyOutput instantiates a new CreateDFCKeyOutput 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

NewCreateDFCKeyOutputWithDefaults

func NewCreateDFCKeyOutputWithDefaults() *CreateDFCKeyOutput

NewCreateDFCKeyOutputWithDefaults instantiates a new CreateDFCKeyOutput 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

GetFragmentResults

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

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

GetFragmentResultsOk

func (o *CreateDFCKeyOutput) 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 *CreateDFCKeyOutput) SetFragmentResults(v []int64)

SetFragmentResults sets FragmentResults field to given value.

HasFragmentResults

func (o *CreateDFCKeyOutput) HasFragmentResults() bool

HasFragmentResults returns a boolean if a field has been set.

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