Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.1 KB

UpdateOrganizationCustomFieldRequest.md

File metadata and controls

134 lines (73 loc) · 4.1 KB

UpdateOrganizationCustomFieldRequest

Properties

Name Type Description Notes
Title Pointer to string [optional]
Description Pointer to string [optional]
Placeholder Pointer to string [optional]
Options Pointer to []string [optional]

Methods

NewUpdateOrganizationCustomFieldRequest

func NewUpdateOrganizationCustomFieldRequest() *UpdateOrganizationCustomFieldRequest

NewUpdateOrganizationCustomFieldRequest instantiates a new UpdateOrganizationCustomFieldRequest 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

NewUpdateOrganizationCustomFieldRequestWithDefaults

func NewUpdateOrganizationCustomFieldRequestWithDefaults() *UpdateOrganizationCustomFieldRequest

NewUpdateOrganizationCustomFieldRequestWithDefaults instantiates a new UpdateOrganizationCustomFieldRequest 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

GetTitle

func (o *UpdateOrganizationCustomFieldRequest) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *UpdateOrganizationCustomFieldRequest) GetTitleOk() (*string, bool)

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

SetTitle

func (o *UpdateOrganizationCustomFieldRequest) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *UpdateOrganizationCustomFieldRequest) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetDescription

func (o *UpdateOrganizationCustomFieldRequest) GetDescription() string

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

GetDescriptionOk

func (o *UpdateOrganizationCustomFieldRequest) 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 *UpdateOrganizationCustomFieldRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *UpdateOrganizationCustomFieldRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetPlaceholder

func (o *UpdateOrganizationCustomFieldRequest) GetPlaceholder() string

GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.

GetPlaceholderOk

func (o *UpdateOrganizationCustomFieldRequest) GetPlaceholderOk() (*string, bool)

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

SetPlaceholder

func (o *UpdateOrganizationCustomFieldRequest) SetPlaceholder(v string)

SetPlaceholder sets Placeholder field to given value.

HasPlaceholder

func (o *UpdateOrganizationCustomFieldRequest) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

GetOptions

func (o *UpdateOrganizationCustomFieldRequest) GetOptions() []string

GetOptions returns the Options field if non-nil, zero value otherwise.

GetOptionsOk

func (o *UpdateOrganizationCustomFieldRequest) GetOptionsOk() (*[]string, bool)

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

SetOptions

func (o *UpdateOrganizationCustomFieldRequest) SetOptions(v []string)

SetOptions sets Options field to given value.

HasOptions

func (o *UpdateOrganizationCustomFieldRequest) HasOptions() bool

HasOptions returns a boolean if a field has been set.

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