| Name | Type | Description | Notes |
|---|---|---|---|
| Order | Pointer to int32 | [optional] [readonly] | |
| InfoLink | Pointer to NullableString | [optional] [readonly] | |
| ImplementationName | Pointer to NullableString | [optional] [readonly] | |
| Name | Pointer to NullableString | [optional] | |
| Negate | Pointer to bool | [optional] | |
| Required | Pointer to bool | [optional] |
func NewICustomFormatSpecification() *ICustomFormatSpecification
NewICustomFormatSpecification instantiates a new ICustomFormatSpecification 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 NewICustomFormatSpecificationWithDefaults() *ICustomFormatSpecification
NewICustomFormatSpecificationWithDefaults instantiates a new ICustomFormatSpecification 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 *ICustomFormatSpecification) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *ICustomFormatSpecification) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ICustomFormatSpecification) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *ICustomFormatSpecification) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *ICustomFormatSpecification) GetInfoLink() string
GetInfoLink returns the InfoLink field if non-nil, zero value otherwise.
func (o *ICustomFormatSpecification) GetInfoLinkOk() (*string, bool)
GetInfoLinkOk returns a tuple with the InfoLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ICustomFormatSpecification) SetInfoLink(v string)
SetInfoLink sets InfoLink field to given value.
func (o *ICustomFormatSpecification) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (o *ICustomFormatSpecification) SetInfoLinkNil(b bool)
SetInfoLinkNil sets the value for InfoLink to be an explicit nil
func (o *ICustomFormatSpecification) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (o *ICustomFormatSpecification) GetImplementationName() string
GetImplementationName returns the ImplementationName field if non-nil, zero value otherwise.
func (o *ICustomFormatSpecification) GetImplementationNameOk() (*string, bool)
GetImplementationNameOk returns a tuple with the ImplementationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ICustomFormatSpecification) SetImplementationName(v string)
SetImplementationName sets ImplementationName field to given value.
func (o *ICustomFormatSpecification) HasImplementationName() bool
HasImplementationName returns a boolean if a field has been set.
func (o *ICustomFormatSpecification) SetImplementationNameNil(b bool)
SetImplementationNameNil sets the value for ImplementationName to be an explicit nil
func (o *ICustomFormatSpecification) UnsetImplementationName()
UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil
func (o *ICustomFormatSpecification) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ICustomFormatSpecification) 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 *ICustomFormatSpecification) SetName(v string)
SetName sets Name field to given value.
func (o *ICustomFormatSpecification) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ICustomFormatSpecification) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ICustomFormatSpecification) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ICustomFormatSpecification) GetNegate() bool
GetNegate returns the Negate field if non-nil, zero value otherwise.
func (o *ICustomFormatSpecification) GetNegateOk() (*bool, bool)
GetNegateOk returns a tuple with the Negate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ICustomFormatSpecification) SetNegate(v bool)
SetNegate sets Negate field to given value.
func (o *ICustomFormatSpecification) HasNegate() bool
HasNegate returns a boolean if a field has been set.
func (o *ICustomFormatSpecification) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *ICustomFormatSpecification) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ICustomFormatSpecification) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *ICustomFormatSpecification) HasRequired() bool
HasRequired returns a boolean if a field has been set.