Skip to main content

Createdatadictionaryfieldrequest

Properties

NameTypeDescriptionNotes
NamestringThe unique field name to create.
DataDictionaryTypestringThe data dictionary that owns this field.

Methods

NewCreatedatadictionaryfieldrequest

func NewCreatedatadictionaryfieldrequest(name string, dataDictionaryType string, ) *Createdatadictionaryfieldrequest

NewCreatedatadictionaryfieldrequest instantiates a new Createdatadictionaryfieldrequest 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

NewCreatedatadictionaryfieldrequestWithDefaults

func NewCreatedatadictionaryfieldrequestWithDefaults() *Createdatadictionaryfieldrequest

NewCreatedatadictionaryfieldrequestWithDefaults instantiates a new Createdatadictionaryfieldrequest 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 *Createdatadictionaryfieldrequest) GetName() string

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

GetNameOk

func (o *Createdatadictionaryfieldrequest) 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 *Createdatadictionaryfieldrequest) SetName(v string)

SetName sets Name field to given value.

GetDataDictionaryType

func (o *Createdatadictionaryfieldrequest) GetDataDictionaryType() string

GetDataDictionaryType returns the DataDictionaryType field if non-nil, zero value otherwise.

GetDataDictionaryTypeOk

func (o *Createdatadictionaryfieldrequest) GetDataDictionaryTypeOk() (*string, bool)

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

SetDataDictionaryType

func (o *Createdatadictionaryfieldrequest) SetDataDictionaryType(v string)

SetDataDictionaryType sets DataDictionaryType field to given value.