| Name | Type | Description | Notes |
|---|---|---|---|
| HardLimit | Pointer to int64 | [optional] | |
| SoftLimit | Pointer to int64 | [optional] | |
| Type | Pointer to string | [optional] |
func NewFlyMachineServiceConcurrency() *FlyMachineServiceConcurrency
NewFlyMachineServiceConcurrency instantiates a new FlyMachineServiceConcurrency 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 NewFlyMachineServiceConcurrencyWithDefaults() *FlyMachineServiceConcurrency
NewFlyMachineServiceConcurrencyWithDefaults instantiates a new FlyMachineServiceConcurrency 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 *FlyMachineServiceConcurrency) GetHardLimit() int64
GetHardLimit returns the HardLimit field if non-nil, zero value otherwise.
func (o *FlyMachineServiceConcurrency) GetHardLimitOk() (*int64, bool)
GetHardLimitOk returns a tuple with the HardLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachineServiceConcurrency) SetHardLimit(v int64)
SetHardLimit sets HardLimit field to given value.
func (o *FlyMachineServiceConcurrency) HasHardLimit() bool
HasHardLimit returns a boolean if a field has been set.
func (o *FlyMachineServiceConcurrency) GetSoftLimit() int64
GetSoftLimit returns the SoftLimit field if non-nil, zero value otherwise.
func (o *FlyMachineServiceConcurrency) GetSoftLimitOk() (*int64, bool)
GetSoftLimitOk returns a tuple with the SoftLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachineServiceConcurrency) SetSoftLimit(v int64)
SetSoftLimit sets SoftLimit field to given value.
func (o *FlyMachineServiceConcurrency) HasSoftLimit() bool
HasSoftLimit returns a boolean if a field has been set.
func (o *FlyMachineServiceConcurrency) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FlyMachineServiceConcurrency) GetTypeOk() (*string, 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 *FlyMachineServiceConcurrency) SetType(v string)
SetType sets Type field to given value.
func (o *FlyMachineServiceConcurrency) HasType() bool
HasType returns a boolean if a field has been set.