Skip to content

Latest commit

 

History

History
385 lines (206 loc) · 9.37 KB

DfiqInner.md

File metadata and controls

385 lines (206 loc) · 9.37 KB

DfiqInner

Properties

Name Type Description Notes
Name string
Uuid Pointer to string [optional]
DfiqId Pointer to string [optional]
DfiqVersion string
DfiqTags Pointer to []string [optional]
Contributors Pointer to []string [optional]
DfiqYaml string
Created Pointer to time.Time [optional]
Modified Pointer to time.Time [optional]
Description string
Type Pointer to string [optional] [default to "scenario"]
Id string [readonly]
RootType string [readonly]
ParentIds []string
Approaches Pointer to []DFIQApproach [optional] [default to []]

Methods

NewDfiqInner

func NewDfiqInner(name string, dfiqVersion string, dfiqYaml string, description string, id string, rootType string, parentIds []string, ) *DfiqInner

NewDfiqInner instantiates a new DfiqInner 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

NewDfiqInnerWithDefaults

func NewDfiqInnerWithDefaults() *DfiqInner

NewDfiqInnerWithDefaults instantiates a new DfiqInner 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

GetName

func (o *DfiqInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *DfiqInner) 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.

SetName

func (o *DfiqInner) SetName(v string)

SetName sets Name field to given value.

GetUuid

func (o *DfiqInner) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *DfiqInner) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUuid

func (o *DfiqInner) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *DfiqInner) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetDfiqId

func (o *DfiqInner) GetDfiqId() string

GetDfiqId returns the DfiqId field if non-nil, zero value otherwise.

GetDfiqIdOk

func (o *DfiqInner) GetDfiqIdOk() (*string, bool)

GetDfiqIdOk returns a tuple with the DfiqId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDfiqId

func (o *DfiqInner) SetDfiqId(v string)

SetDfiqId sets DfiqId field to given value.

HasDfiqId

func (o *DfiqInner) HasDfiqId() bool

HasDfiqId returns a boolean if a field has been set.

GetDfiqVersion

func (o *DfiqInner) GetDfiqVersion() string

GetDfiqVersion returns the DfiqVersion field if non-nil, zero value otherwise.

GetDfiqVersionOk

func (o *DfiqInner) GetDfiqVersionOk() (*string, bool)

GetDfiqVersionOk returns a tuple with the DfiqVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDfiqVersion

func (o *DfiqInner) SetDfiqVersion(v string)

SetDfiqVersion sets DfiqVersion field to given value.

GetDfiqTags

func (o *DfiqInner) GetDfiqTags() []string

GetDfiqTags returns the DfiqTags field if non-nil, zero value otherwise.

GetDfiqTagsOk

func (o *DfiqInner) GetDfiqTagsOk() (*[]string, bool)

GetDfiqTagsOk returns a tuple with the DfiqTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDfiqTags

func (o *DfiqInner) SetDfiqTags(v []string)

SetDfiqTags sets DfiqTags field to given value.

HasDfiqTags

func (o *DfiqInner) HasDfiqTags() bool

HasDfiqTags returns a boolean if a field has been set.

GetContributors

func (o *DfiqInner) GetContributors() []string

GetContributors returns the Contributors field if non-nil, zero value otherwise.

GetContributorsOk

func (o *DfiqInner) GetContributorsOk() (*[]string, bool)

GetContributorsOk returns a tuple with the Contributors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContributors

func (o *DfiqInner) SetContributors(v []string)

SetContributors sets Contributors field to given value.

HasContributors

func (o *DfiqInner) HasContributors() bool

HasContributors returns a boolean if a field has been set.

GetDfiqYaml

func (o *DfiqInner) GetDfiqYaml() string

GetDfiqYaml returns the DfiqYaml field if non-nil, zero value otherwise.

GetDfiqYamlOk

func (o *DfiqInner) GetDfiqYamlOk() (*string, bool)

GetDfiqYamlOk returns a tuple with the DfiqYaml field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDfiqYaml

func (o *DfiqInner) SetDfiqYaml(v string)

SetDfiqYaml sets DfiqYaml field to given value.

GetCreated

func (o *DfiqInner) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *DfiqInner) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreated

func (o *DfiqInner) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *DfiqInner) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetModified

func (o *DfiqInner) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *DfiqInner) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModified

func (o *DfiqInner) SetModified(v time.Time)

SetModified sets Modified field to given value.

HasModified

func (o *DfiqInner) HasModified() bool

HasModified returns a boolean if a field has been set.

GetDescription

func (o *DfiqInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *DfiqInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *DfiqInner) SetDescription(v string)

SetDescription sets Description field to given value.

GetType

func (o *DfiqInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *DfiqInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *DfiqInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *DfiqInner) HasType() bool

HasType returns a boolean if a field has been set.

GetId

func (o *DfiqInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *DfiqInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *DfiqInner) SetId(v string)

SetId sets Id field to given value.

GetRootType

func (o *DfiqInner) GetRootType() string

GetRootType returns the RootType field if non-nil, zero value otherwise.

GetRootTypeOk

func (o *DfiqInner) GetRootTypeOk() (*string, bool)

GetRootTypeOk returns a tuple with the RootType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRootType

func (o *DfiqInner) SetRootType(v string)

SetRootType sets RootType field to given value.

GetParentIds

func (o *DfiqInner) GetParentIds() []string

GetParentIds returns the ParentIds field if non-nil, zero value otherwise.

GetParentIdsOk

func (o *DfiqInner) GetParentIdsOk() (*[]string, bool)

GetParentIdsOk returns a tuple with the ParentIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetParentIds

func (o *DfiqInner) SetParentIds(v []string)

SetParentIds sets ParentIds field to given value.

GetApproaches

func (o *DfiqInner) GetApproaches() []DFIQApproach

GetApproaches returns the Approaches field if non-nil, zero value otherwise.

GetApproachesOk

func (o *DfiqInner) GetApproachesOk() (*[]DFIQApproach, bool)

GetApproachesOk returns a tuple with the Approaches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApproaches

func (o *DfiqInner) SetApproaches(v []DFIQApproach)

SetApproaches sets Approaches field to given value.

HasApproaches

func (o *DfiqInner) HasApproaches() bool

HasApproaches returns a boolean if a field has been set.

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