Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | Attribute type | [optional] |
Mandatory | Pointer to bool | If true, the attribute is mandatory | [optional] |
Multiple | Pointer to bool | If true, the attribute can have multiple values | [optional] |
Sources | Pointer to PublicProfileFieldSource | [optional] |
func NewPublicProfileField() *PublicProfileField
NewPublicProfileField instantiates a new PublicProfileField 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 NewPublicProfileFieldWithDefaults() *PublicProfileField
NewPublicProfileFieldWithDefaults instantiates a new PublicProfileField 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 *PublicProfileField) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *PublicProfileField) 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 *PublicProfileField) SetType(v string)
SetType sets Type field to given value.
func (o *PublicProfileField) HasType() bool
HasType returns a boolean if a field has been set.
func (o *PublicProfileField) GetMandatory() bool
GetMandatory returns the Mandatory field if non-nil, zero value otherwise.
func (o *PublicProfileField) GetMandatoryOk() (*bool, bool)
GetMandatoryOk returns a tuple with the Mandatory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicProfileField) SetMandatory(v bool)
SetMandatory sets Mandatory field to given value.
func (o *PublicProfileField) HasMandatory() bool
HasMandatory returns a boolean if a field has been set.
func (o *PublicProfileField) GetMultiple() bool
GetMultiple returns the Multiple field if non-nil, zero value otherwise.
func (o *PublicProfileField) GetMultipleOk() (*bool, bool)
GetMultipleOk returns a tuple with the Multiple field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicProfileField) SetMultiple(v bool)
SetMultiple sets Multiple field to given value.
func (o *PublicProfileField) HasMultiple() bool
HasMultiple returns a boolean if a field has been set.
func (o *PublicProfileField) GetSources() PublicProfileFieldSource
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *PublicProfileField) GetSourcesOk() (*PublicProfileFieldSource, bool)
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicProfileField) SetSources(v PublicProfileFieldSource)
SetSources sets Sources field to given value.
func (o *PublicProfileField) HasSources() bool
HasSources returns a boolean if a field has been set.