Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to NullableString | [optional] | |
IncludeCustomFormatWhenRenaming | Pointer to NullableBool | [optional] | |
Specifications | Pointer to []CustomFormatSpecificationSchema | [optional] |
func NewCustomFormatResource() *CustomFormatResource
NewCustomFormatResource instantiates a new CustomFormatResource 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 NewCustomFormatResourceWithDefaults() *CustomFormatResource
NewCustomFormatResourceWithDefaults instantiates a new CustomFormatResource 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 *CustomFormatResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustomFormatResource) GetIdOk() (*int32, 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 *CustomFormatResource) SetId(v int32)
SetId sets Id field to given value.
func (o *CustomFormatResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CustomFormatResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CustomFormatResource) 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 *CustomFormatResource) SetName(v string)
SetName sets Name field to given value.
func (o *CustomFormatResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CustomFormatResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CustomFormatResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CustomFormatResource) GetIncludeCustomFormatWhenRenaming() bool
GetIncludeCustomFormatWhenRenaming returns the IncludeCustomFormatWhenRenaming field if non-nil, zero value otherwise.
func (o *CustomFormatResource) GetIncludeCustomFormatWhenRenamingOk() (*bool, bool)
GetIncludeCustomFormatWhenRenamingOk returns a tuple with the IncludeCustomFormatWhenRenaming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFormatResource) SetIncludeCustomFormatWhenRenaming(v bool)
SetIncludeCustomFormatWhenRenaming sets IncludeCustomFormatWhenRenaming field to given value.
func (o *CustomFormatResource) HasIncludeCustomFormatWhenRenaming() bool
HasIncludeCustomFormatWhenRenaming returns a boolean if a field has been set.
func (o *CustomFormatResource) SetIncludeCustomFormatWhenRenamingNil(b bool)
SetIncludeCustomFormatWhenRenamingNil sets the value for IncludeCustomFormatWhenRenaming to be an explicit nil
func (o *CustomFormatResource) UnsetIncludeCustomFormatWhenRenaming()
UnsetIncludeCustomFormatWhenRenaming ensures that no value is present for IncludeCustomFormatWhenRenaming, not even an explicit nil
func (o *CustomFormatResource) GetSpecifications() []CustomFormatSpecificationSchema
GetSpecifications returns the Specifications field if non-nil, zero value otherwise.
func (o *CustomFormatResource) GetSpecificationsOk() (*[]CustomFormatSpecificationSchema, bool)
GetSpecificationsOk returns a tuple with the Specifications field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFormatResource) SetSpecifications(v []CustomFormatSpecificationSchema)
SetSpecifications sets Specifications field to given value.
func (o *CustomFormatResource) HasSpecifications() bool
HasSpecifications returns a boolean if a field has been set.
func (o *CustomFormatResource) SetSpecificationsNil(b bool)
SetSpecificationsNil sets the value for Specifications to be an explicit nil
func (o *CustomFormatResource) UnsetSpecifications()
UnsetSpecifications ensures that no value is present for Specifications, not even an explicit nil