Skip to content

Latest commit

 

History

History
216 lines (119 loc) · 6.18 KB

File metadata and controls

216 lines (119 loc) · 6.18 KB

ICustomFormatSpecification

Properties

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]

Methods

NewICustomFormatSpecification

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

NewICustomFormatSpecificationWithDefaults

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

GetOrder

func (o *ICustomFormatSpecification) GetOrder() int32

GetOrder returns the Order field if non-nil, zero value otherwise.

GetOrderOk

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.

SetOrder

func (o *ICustomFormatSpecification) SetOrder(v int32)

SetOrder sets Order field to given value.

HasOrder

func (o *ICustomFormatSpecification) HasOrder() bool

HasOrder returns a boolean if a field has been set.

GetInfoLink

func (o *ICustomFormatSpecification) GetInfoLink() string

GetInfoLink returns the InfoLink field if non-nil, zero value otherwise.

GetInfoLinkOk

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.

SetInfoLink

func (o *ICustomFormatSpecification) SetInfoLink(v string)

SetInfoLink sets InfoLink field to given value.

HasInfoLink

func (o *ICustomFormatSpecification) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

SetInfoLinkNil

func (o *ICustomFormatSpecification) SetInfoLinkNil(b bool)

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

UnsetInfoLink

func (o *ICustomFormatSpecification) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

GetImplementationName

func (o *ICustomFormatSpecification) GetImplementationName() string

GetImplementationName returns the ImplementationName field if non-nil, zero value otherwise.

GetImplementationNameOk

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.

SetImplementationName

func (o *ICustomFormatSpecification) SetImplementationName(v string)

SetImplementationName sets ImplementationName field to given value.

HasImplementationName

func (o *ICustomFormatSpecification) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

SetImplementationNameNil

func (o *ICustomFormatSpecification) SetImplementationNameNil(b bool)

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

UnsetImplementationName

func (o *ICustomFormatSpecification) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

GetName

func (o *ICustomFormatSpecification) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ICustomFormatSpecification) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ICustomFormatSpecification) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *ICustomFormatSpecification) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *ICustomFormatSpecification) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetNegate

func (o *ICustomFormatSpecification) GetNegate() bool

GetNegate returns the Negate field if non-nil, zero value otherwise.

GetNegateOk

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.

SetNegate

func (o *ICustomFormatSpecification) SetNegate(v bool)

SetNegate sets Negate field to given value.

HasNegate

func (o *ICustomFormatSpecification) HasNegate() bool

HasNegate returns a boolean if a field has been set.

GetRequired

func (o *ICustomFormatSpecification) GetRequired() bool

GetRequired returns the Required field if non-nil, zero value otherwise.

GetRequiredOk

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.

SetRequired

func (o *ICustomFormatSpecification) SetRequired(v bool)

SetRequired sets Required field to given value.

HasRequired

func (o *ICustomFormatSpecification) HasRequired() bool

HasRequired returns a boolean if a field has been set.

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