| Name | Type | Description | Notes |
|---|---|---|---|
| FieldName | string | ||
| FieldType | RequestTemplateCustomFieldTypeEnum | ||
| FieldValue | RequestCustomFieldResponseFieldValue |
func NewRequestCustomFieldResponse(fieldName string, fieldType RequestTemplateCustomFieldTypeEnum, fieldValue RequestCustomFieldResponseFieldValue, ) *RequestCustomFieldResponse
NewRequestCustomFieldResponse instantiates a new RequestCustomFieldResponse 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 NewRequestCustomFieldResponseWithDefaults() *RequestCustomFieldResponse
NewRequestCustomFieldResponseWithDefaults instantiates a new RequestCustomFieldResponse 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 *RequestCustomFieldResponse) GetFieldName() string
GetFieldName returns the FieldName field if non-nil, zero value otherwise.
func (o *RequestCustomFieldResponse) GetFieldNameOk() (*string, bool)
GetFieldNameOk returns a tuple with the FieldName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestCustomFieldResponse) SetFieldName(v string)
SetFieldName sets FieldName field to given value.
func (o *RequestCustomFieldResponse) GetFieldType() RequestTemplateCustomFieldTypeEnum
GetFieldType returns the FieldType field if non-nil, zero value otherwise.
func (o *RequestCustomFieldResponse) GetFieldTypeOk() (*RequestTemplateCustomFieldTypeEnum, bool)
GetFieldTypeOk returns a tuple with the FieldType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestCustomFieldResponse) SetFieldType(v RequestTemplateCustomFieldTypeEnum)
SetFieldType sets FieldType field to given value.
func (o *RequestCustomFieldResponse) GetFieldValue() RequestCustomFieldResponseFieldValue
GetFieldValue returns the FieldValue field if non-nil, zero value otherwise.
func (o *RequestCustomFieldResponse) GetFieldValueOk() (*RequestCustomFieldResponseFieldValue, bool)
GetFieldValueOk returns a tuple with the FieldValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestCustomFieldResponse) SetFieldValue(v RequestCustomFieldResponseFieldValue)
SetFieldValue sets FieldValue field to given value.