|
5 | 5 | Name | Type | Description | Notes
|
6 | 6 | ------------ | ------------- | ------------- | -------------
|
7 | 7 | **Name** | Pointer to **string** | name of license | [optional]
|
| 8 | +**Total** | Pointer to **int32** | total number of licenses | [optional] |
| 9 | +**InUse** | Pointer to **int32** | number of licenses in use | [optional] |
| 10 | +**Available** | Pointer to **int32** | number of licenses available | [optional] |
| 11 | +**Reserved** | Pointer to **int32** | number of licenses reserved | [optional] |
| 12 | +**Remote** | Pointer to **bool** | license is remote | [optional] |
8 | 13 |
|
9 | 14 | ## Methods
|
10 | 15 |
|
@@ -50,6 +55,131 @@ SetName sets Name field to given value.
|
50 | 55 |
|
51 | 56 | HasName returns a boolean if a field has been set.
|
52 | 57 |
|
| 58 | +### GetTotal |
| 59 | + |
| 60 | +`func (o *V0037License) GetTotal() int32` |
| 61 | + |
| 62 | +GetTotal returns the Total field if non-nil, zero value otherwise. |
| 63 | + |
| 64 | +### GetTotalOk |
| 65 | + |
| 66 | +`func (o *V0037License) GetTotalOk() (*int32, bool)` |
| 67 | + |
| 68 | +GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise |
| 69 | +and a boolean to check if the value has been set. |
| 70 | + |
| 71 | +### SetTotal |
| 72 | + |
| 73 | +`func (o *V0037License) SetTotal(v int32)` |
| 74 | + |
| 75 | +SetTotal sets Total field to given value. |
| 76 | + |
| 77 | +### HasTotal |
| 78 | + |
| 79 | +`func (o *V0037License) HasTotal() bool` |
| 80 | + |
| 81 | +HasTotal returns a boolean if a field has been set. |
| 82 | + |
| 83 | +### GetInUse |
| 84 | + |
| 85 | +`func (o *V0037License) GetInUse() int32` |
| 86 | + |
| 87 | +GetInUse returns the InUse field if non-nil, zero value otherwise. |
| 88 | + |
| 89 | +### GetInUseOk |
| 90 | + |
| 91 | +`func (o *V0037License) GetInUseOk() (*int32, bool)` |
| 92 | + |
| 93 | +GetInUseOk returns a tuple with the InUse field if it's non-nil, zero value otherwise |
| 94 | +and a boolean to check if the value has been set. |
| 95 | + |
| 96 | +### SetInUse |
| 97 | + |
| 98 | +`func (o *V0037License) SetInUse(v int32)` |
| 99 | + |
| 100 | +SetInUse sets InUse field to given value. |
| 101 | + |
| 102 | +### HasInUse |
| 103 | + |
| 104 | +`func (o *V0037License) HasInUse() bool` |
| 105 | + |
| 106 | +HasInUse returns a boolean if a field has been set. |
| 107 | + |
| 108 | +### GetAvailable |
| 109 | + |
| 110 | +`func (o *V0037License) GetAvailable() int32` |
| 111 | + |
| 112 | +GetAvailable returns the Available field if non-nil, zero value otherwise. |
| 113 | + |
| 114 | +### GetAvailableOk |
| 115 | + |
| 116 | +`func (o *V0037License) GetAvailableOk() (*int32, bool)` |
| 117 | + |
| 118 | +GetAvailableOk returns a tuple with the Available field if it's non-nil, zero value otherwise |
| 119 | +and a boolean to check if the value has been set. |
| 120 | + |
| 121 | +### SetAvailable |
| 122 | + |
| 123 | +`func (o *V0037License) SetAvailable(v int32)` |
| 124 | + |
| 125 | +SetAvailable sets Available field to given value. |
| 126 | + |
| 127 | +### HasAvailable |
| 128 | + |
| 129 | +`func (o *V0037License) HasAvailable() bool` |
| 130 | + |
| 131 | +HasAvailable returns a boolean if a field has been set. |
| 132 | + |
| 133 | +### GetReserved |
| 134 | + |
| 135 | +`func (o *V0037License) GetReserved() int32` |
| 136 | + |
| 137 | +GetReserved returns the Reserved field if non-nil, zero value otherwise. |
| 138 | + |
| 139 | +### GetReservedOk |
| 140 | + |
| 141 | +`func (o *V0037License) GetReservedOk() (*int32, bool)` |
| 142 | + |
| 143 | +GetReservedOk returns a tuple with the Reserved field if it's non-nil, zero value otherwise |
| 144 | +and a boolean to check if the value has been set. |
| 145 | + |
| 146 | +### SetReserved |
| 147 | + |
| 148 | +`func (o *V0037License) SetReserved(v int32)` |
| 149 | + |
| 150 | +SetReserved sets Reserved field to given value. |
| 151 | + |
| 152 | +### HasReserved |
| 153 | + |
| 154 | +`func (o *V0037License) HasReserved() bool` |
| 155 | + |
| 156 | +HasReserved returns a boolean if a field has been set. |
| 157 | + |
| 158 | +### GetRemote |
| 159 | + |
| 160 | +`func (o *V0037License) GetRemote() bool` |
| 161 | + |
| 162 | +GetRemote returns the Remote field if non-nil, zero value otherwise. |
| 163 | + |
| 164 | +### GetRemoteOk |
| 165 | + |
| 166 | +`func (o *V0037License) GetRemoteOk() (*bool, bool)` |
| 167 | + |
| 168 | +GetRemoteOk returns a tuple with the Remote field if it's non-nil, zero value otherwise |
| 169 | +and a boolean to check if the value has been set. |
| 170 | + |
| 171 | +### SetRemote |
| 172 | + |
| 173 | +`func (o *V0037License) SetRemote(v bool)` |
| 174 | + |
| 175 | +SetRemote sets Remote field to given value. |
| 176 | + |
| 177 | +### HasRemote |
| 178 | + |
| 179 | +`func (o *V0037License) HasRemote() bool` |
| 180 | + |
| 181 | +HasRemote returns a boolean if a field has been set. |
| 182 | + |
53 | 183 |
|
54 | 184 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
55 | 185 |
|
|
0 commit comments