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 []] |
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
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
func (o *DfiqInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetName(v string)
SetName sets Name field to given value.
func (o *DfiqInner) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *DfiqInner) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (o *DfiqInner) GetDfiqId() string
GetDfiqId returns the DfiqId field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetDfiqId(v string)
SetDfiqId sets DfiqId field to given value.
func (o *DfiqInner) HasDfiqId() bool
HasDfiqId returns a boolean if a field has been set.
func (o *DfiqInner) GetDfiqVersion() string
GetDfiqVersion returns the DfiqVersion field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetDfiqVersion(v string)
SetDfiqVersion sets DfiqVersion field to given value.
func (o *DfiqInner) GetDfiqTags() []string
GetDfiqTags returns the DfiqTags field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetDfiqTags(v []string)
SetDfiqTags sets DfiqTags field to given value.
func (o *DfiqInner) HasDfiqTags() bool
HasDfiqTags returns a boolean if a field has been set.
func (o *DfiqInner) GetContributors() []string
GetContributors returns the Contributors field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetContributors(v []string)
SetContributors sets Contributors field to given value.
func (o *DfiqInner) HasContributors() bool
HasContributors returns a boolean if a field has been set.
func (o *DfiqInner) GetDfiqYaml() string
GetDfiqYaml returns the DfiqYaml field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetDfiqYaml(v string)
SetDfiqYaml sets DfiqYaml field to given value.
func (o *DfiqInner) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *DfiqInner) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *DfiqInner) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *DfiqInner) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *DfiqInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DfiqInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetType(v string)
SetType sets Type field to given value.
func (o *DfiqInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DfiqInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetId(v string)
SetId sets Id field to given value.
func (o *DfiqInner) GetRootType() string
GetRootType returns the RootType field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetRootType(v string)
SetRootType sets RootType field to given value.
func (o *DfiqInner) GetParentIds() []string
GetParentIds returns the ParentIds field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetParentIds(v []string)
SetParentIds sets ParentIds field to given value.
func (o *DfiqInner) GetApproaches() []DFIQApproach
GetApproaches returns the Approaches field if non-nil, zero value otherwise.
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.
func (o *DfiqInner) SetApproaches(v []DFIQApproach)
SetApproaches sets Approaches field to given value.
func (o *DfiqInner) HasApproaches() bool
HasApproaches returns a boolean if a field has been set.