Name | Type | Description | Notes |
---|---|---|---|
ContinuousIngest | Pointer to int64 | The amount of continuous logs ingest to allocate to the organization, in GBs. | [optional] [default to 0] |
ContinuousStorage | Pointer to int64 | Number of days of continuous logs storage to allocate to the organization, in Days. | [optional] [default to 0] |
Metrics | Pointer to int64 | The amount of Metrics usage to allocate to the organization, in DPMs (Data Points per Minute). | [optional] [default to 0] |
TracingIngest | Pointer to int64 | The amount of tracing data ingest to allocate to the organization, in GBs. | [optional] [default to 0] |
func NewSelfServiceCreditsBaselines() *SelfServiceCreditsBaselines
NewSelfServiceCreditsBaselines instantiates a new SelfServiceCreditsBaselines 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 NewSelfServiceCreditsBaselinesWithDefaults() *SelfServiceCreditsBaselines
NewSelfServiceCreditsBaselinesWithDefaults instantiates a new SelfServiceCreditsBaselines 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 *SelfServiceCreditsBaselines) GetContinuousIngest() int64
GetContinuousIngest returns the ContinuousIngest field if non-nil, zero value otherwise.
func (o *SelfServiceCreditsBaselines) GetContinuousIngestOk() (*int64, bool)
GetContinuousIngestOk returns a tuple with the ContinuousIngest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceCreditsBaselines) SetContinuousIngest(v int64)
SetContinuousIngest sets ContinuousIngest field to given value.
func (o *SelfServiceCreditsBaselines) HasContinuousIngest() bool
HasContinuousIngest returns a boolean if a field has been set.
func (o *SelfServiceCreditsBaselines) GetContinuousStorage() int64
GetContinuousStorage returns the ContinuousStorage field if non-nil, zero value otherwise.
func (o *SelfServiceCreditsBaselines) GetContinuousStorageOk() (*int64, bool)
GetContinuousStorageOk returns a tuple with the ContinuousStorage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceCreditsBaselines) SetContinuousStorage(v int64)
SetContinuousStorage sets ContinuousStorage field to given value.
func (o *SelfServiceCreditsBaselines) HasContinuousStorage() bool
HasContinuousStorage returns a boolean if a field has been set.
func (o *SelfServiceCreditsBaselines) GetMetrics() int64
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *SelfServiceCreditsBaselines) GetMetricsOk() (*int64, bool)
GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceCreditsBaselines) SetMetrics(v int64)
SetMetrics sets Metrics field to given value.
func (o *SelfServiceCreditsBaselines) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.
func (o *SelfServiceCreditsBaselines) GetTracingIngest() int64
GetTracingIngest returns the TracingIngest field if non-nil, zero value otherwise.
func (o *SelfServiceCreditsBaselines) GetTracingIngestOk() (*int64, bool)
GetTracingIngestOk returns a tuple with the TracingIngest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceCreditsBaselines) SetTracingIngest(v int64)
SetTracingIngest sets TracingIngest field to given value.
func (o *SelfServiceCreditsBaselines) HasTracingIngest() bool
HasTracingIngest returns a boolean if a field has been set.