Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.17 KB

PublicSingleFieldDependency.md

File metadata and controls

93 lines (50 loc) · 3.17 KB

PublicSingleFieldDependency

Properties

Name Type Description Notes
DependencyType string [default to "SINGLE_FIELD"]
DependentFieldNames []string
ControllingFieldName string

Methods

NewPublicSingleFieldDependency

func NewPublicSingleFieldDependency(dependencyType string, dependentFieldNames []string, controllingFieldName string, ) *PublicSingleFieldDependency

NewPublicSingleFieldDependency instantiates a new PublicSingleFieldDependency 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

NewPublicSingleFieldDependencyWithDefaults

func NewPublicSingleFieldDependencyWithDefaults() *PublicSingleFieldDependency

NewPublicSingleFieldDependencyWithDefaults instantiates a new PublicSingleFieldDependency 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

GetDependencyType

func (o *PublicSingleFieldDependency) GetDependencyType() string

GetDependencyType returns the DependencyType field if non-nil, zero value otherwise.

GetDependencyTypeOk

func (o *PublicSingleFieldDependency) GetDependencyTypeOk() (*string, bool)

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

SetDependencyType

func (o *PublicSingleFieldDependency) SetDependencyType(v string)

SetDependencyType sets DependencyType field to given value.

GetDependentFieldNames

func (o *PublicSingleFieldDependency) GetDependentFieldNames() []string

GetDependentFieldNames returns the DependentFieldNames field if non-nil, zero value otherwise.

GetDependentFieldNamesOk

func (o *PublicSingleFieldDependency) GetDependentFieldNamesOk() (*[]string, bool)

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

SetDependentFieldNames

func (o *PublicSingleFieldDependency) SetDependentFieldNames(v []string)

SetDependentFieldNames sets DependentFieldNames field to given value.

GetControllingFieldName

func (o *PublicSingleFieldDependency) GetControllingFieldName() string

GetControllingFieldName returns the ControllingFieldName field if non-nil, zero value otherwise.

GetControllingFieldNameOk

func (o *PublicSingleFieldDependency) GetControllingFieldNameOk() (*string, bool)

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

SetControllingFieldName

func (o *PublicSingleFieldDependency) SetControllingFieldName(v string)

SetControllingFieldName sets ControllingFieldName field to given value.

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