| Name | Type | Description | Notes |
|---|---|---|---|
| ContractId | Pointer to int32 | [optional] | |
| Id | Pointer to string | [optional] | |
| InfrahubId | Pointer to int32 | [optional] | |
| ResourceName | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] |
func NewResourceLevelBillingHistoryResponseAttributes() *ResourceLevelBillingHistoryResponseAttributes
NewResourceLevelBillingHistoryResponseAttributes instantiates a new ResourceLevelBillingHistoryResponseAttributes 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 NewResourceLevelBillingHistoryResponseAttributesWithDefaults() *ResourceLevelBillingHistoryResponseAttributes
NewResourceLevelBillingHistoryResponseAttributesWithDefaults instantiates a new ResourceLevelBillingHistoryResponseAttributes 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 *ResourceLevelBillingHistoryResponseAttributes) GetContractId() int32
GetContractId returns the ContractId field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetContractIdOk() (*int32, bool)
GetContractIdOk returns a tuple with the ContractId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceLevelBillingHistoryResponseAttributes) SetContractId(v int32)
SetContractId sets ContractId field to given value.
func (o *ResourceLevelBillingHistoryResponseAttributes) HasContractId() bool
HasContractId returns a boolean if a field has been set.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetIdOk() (*string, 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 *ResourceLevelBillingHistoryResponseAttributes) SetId(v string)
SetId sets Id field to given value.
func (o *ResourceLevelBillingHistoryResponseAttributes) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetInfrahubId() int32
GetInfrahubId returns the InfrahubId field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetInfrahubIdOk() (*int32, bool)
GetInfrahubIdOk returns a tuple with the InfrahubId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceLevelBillingHistoryResponseAttributes) SetInfrahubId(v int32)
SetInfrahubId sets InfrahubId field to given value.
func (o *ResourceLevelBillingHistoryResponseAttributes) HasInfrahubId() bool
HasInfrahubId returns a boolean if a field has been set.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetResourceName() string
GetResourceName returns the ResourceName field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceLevelBillingHistoryResponseAttributes) SetResourceName(v string)
SetResourceName sets ResourceName field to given value.
func (o *ResourceLevelBillingHistoryResponseAttributes) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (o *ResourceLevelBillingHistoryResponseAttributes) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingHistoryResponseAttributes) 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 *ResourceLevelBillingHistoryResponseAttributes) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ResourceLevelBillingHistoryResponseAttributes) HasStatus() bool
HasStatus returns a boolean if a field has been set.