-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# DhcpAPIScopeStatistics | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Usable** | **int32** | | | ||
**Used** | **int32** | | | ||
|
||
## Methods | ||
|
||
### NewDhcpAPIScopeStatistics | ||
|
||
`func NewDhcpAPIScopeStatistics(usable int32, used int32, ) *DhcpAPIScopeStatistics` | ||
|
||
NewDhcpAPIScopeStatistics instantiates a new DhcpAPIScopeStatistics 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 | ||
|
||
### NewDhcpAPIScopeStatisticsWithDefaults | ||
|
||
`func NewDhcpAPIScopeStatisticsWithDefaults() *DhcpAPIScopeStatistics` | ||
|
||
NewDhcpAPIScopeStatisticsWithDefaults instantiates a new DhcpAPIScopeStatistics 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 | ||
|
||
### GetUsable | ||
|
||
`func (o *DhcpAPIScopeStatistics) GetUsable() int32` | ||
|
||
GetUsable returns the Usable field if non-nil, zero value otherwise. | ||
|
||
### GetUsableOk | ||
|
||
`func (o *DhcpAPIScopeStatistics) GetUsableOk() (*int32, bool)` | ||
|
||
GetUsableOk returns a tuple with the Usable field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetUsable | ||
|
||
`func (o *DhcpAPIScopeStatistics) SetUsable(v int32)` | ||
|
||
SetUsable sets Usable field to given value. | ||
|
||
|
||
### GetUsed | ||
|
||
`func (o *DhcpAPIScopeStatistics) GetUsed() int32` | ||
|
||
GetUsed returns the Used field if non-nil, zero value otherwise. | ||
|
||
### GetUsedOk | ||
|
||
`func (o *DhcpAPIScopeStatistics) GetUsedOk() (*int32, bool)` | ||
|
||
GetUsedOk returns a tuple with the Used field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetUsed | ||
|
||
`func (o *DhcpAPIScopeStatistics) SetUsed(v int32)` | ||
|
||
SetUsed sets Used field to given value. | ||
|
||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|