Name | Type | Description | Notes |
---|---|---|---|
func NewContractProperties() *ContractProperties
NewContractProperties instantiates a new ContractProperties 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 NewContractPropertiesWithDefaults() *ContractProperties
NewContractPropertiesWithDefaults instantiates a new ContractProperties 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 *ContractProperties) GetContractNumber() int64
GetContractNumber returns the ContractNumber field if non-nil, zero value otherwise.
func (o *ContractProperties) GetContractNumberOk() (*int64, bool)
GetContractNumberOk returns a tuple with the ContractNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContractProperties) SetContractNumber(v int64)
SetContractNumber sets ContractNumber field to given value.
func (o *ContractProperties) HasContractNumber() bool
HasContractNumber returns a boolean if a field has been set.
func (o *ContractProperties) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ContractProperties) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContractProperties) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *ContractProperties) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ContractProperties) GetRegDomain() string
GetRegDomain returns the RegDomain field if non-nil, zero value otherwise.
func (o *ContractProperties) GetRegDomainOk() (*string, bool)
GetRegDomainOk returns a tuple with the RegDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContractProperties) SetRegDomain(v string)
SetRegDomain sets RegDomain field to given value.
func (o *ContractProperties) HasRegDomain() bool
HasRegDomain returns a boolean if a field has been set.
func (o *ContractProperties) GetResourceLimits() ResourceLimits
GetResourceLimits returns the ResourceLimits field if non-nil, zero value otherwise.
func (o *ContractProperties) GetResourceLimitsOk() (*ResourceLimits, bool)
GetResourceLimitsOk returns a tuple with the ResourceLimits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContractProperties) SetResourceLimits(v ResourceLimits)
SetResourceLimits sets ResourceLimits field to given value.
func (o *ContractProperties) HasResourceLimits() bool
HasResourceLimits returns a boolean if a field has been set.
func (o *ContractProperties) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ContractProperties) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContractProperties) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ContractProperties) HasStatus() bool
HasStatus returns a boolean if a field has been set.
ContractNumber
Pointer to int64
The contract number.
[optional] [readonly]
Owner
Pointer to string
The contract owner's user name.
[optional] [readonly]
RegDomain
Pointer to string
The registration domain of the contract.
[optional] [readonly]
ResourceLimits
Pointer to ResourceLimits
[optional]
Status
Pointer to string
The contract status.
[optional] [readonly]