Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
Title | string | ||
Description | string | ||
Type | CustomFieldType | ||
Placeholder | string | ||
Options | Pointer to []string | [optional] | |
CreatedAt | string | ||
UpdatedAt | string | ||
Urls | CustomFieldUrls |
func NewCustomField(id string, name string, title string, description string, type_ CustomFieldType, placeholder string, createdAt string, updatedAt string, urls CustomFieldUrls, ) *CustomField
NewCustomField instantiates a new CustomField 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 NewCustomFieldWithDefaults() *CustomField
NewCustomFieldWithDefaults instantiates a new CustomField 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 *CustomField) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustomField) 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 *CustomField) SetId(v string)
SetId sets Id field to given value.
func (o *CustomField) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CustomField) 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 *CustomField) SetName(v string)
SetName sets Name field to given value.
func (o *CustomField) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *CustomField) 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.
func (o *CustomField) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *CustomField) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CustomField) 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 *CustomField) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CustomField) GetType() CustomFieldType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CustomField) GetTypeOk() (*CustomFieldType, 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 *CustomField) SetType(v CustomFieldType)
SetType sets Type field to given value.
func (o *CustomField) GetPlaceholder() string
GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.
func (o *CustomField) 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.
func (o *CustomField) SetPlaceholder(v string)
SetPlaceholder sets Placeholder field to given value.
func (o *CustomField) GetOptions() []string
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *CustomField) 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.
func (o *CustomField) SetOptions(v []string)
SetOptions sets Options field to given value.
func (o *CustomField) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (o *CustomField) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CustomField) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomField) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *CustomField) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CustomField) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomField) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *CustomField) GetUrls() CustomFieldUrls
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *CustomField) GetUrlsOk() (*CustomFieldUrls, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomField) SetUrls(v CustomFieldUrls)
SetUrls sets Urls field to given value.