You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azion-api/docs/Certificate.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
26
26
**LastModified** | Pointer to **time.Time** | Timestamp of the last modification made to the certificate content on the platform. | [optional]
27
27
**RenewedAt** | Pointer to **NullableTime** | Timestamp indicating when the managed certificate was renewed on our platform. | [optional]
28
28
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
29
-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
29
+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
30
30
31
31
## Methods
32
32
@@ -672,41 +672,41 @@ HasVersionId returns a boolean if a field has been set.
672
672
`func (o *Certificate) UnsetVersionId()`
673
673
674
674
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
675
-
### GetState
675
+
### GetVersionState
676
676
677
-
`func (o *Certificate) GetState() string`
677
+
`func (o *Certificate) GetVersionState() string`
678
678
679
-
GetState returns the State field if non-nil, zero value otherwise.
679
+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
680
680
681
-
### GetStateOk
681
+
### GetVersionStateOk
682
682
683
-
`func (o *Certificate) GetStateOk() (*string, bool)`
683
+
`func (o *Certificate) GetVersionStateOk() (*string, bool)`
684
684
685
-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
685
+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
686
686
and a boolean to check if the value has been set.
687
687
688
-
### SetState
688
+
### SetVersionState
689
689
690
-
`func (o *Certificate) SetState(v string)`
690
+
`func (o *Certificate) SetVersionState(v string)`
691
691
692
-
SetState sets State field to given value.
692
+
SetVersionState sets VersionState field to given value.
693
693
694
-
### HasState
694
+
### HasVersionState
695
695
696
-
`func (o *Certificate) HasState() bool`
696
+
`func (o *Certificate) HasVersionState() bool`
697
697
698
-
HasState returns a boolean if a field has been set.
698
+
HasVersionState returns a boolean if a field has been set.
699
699
700
-
### SetStateNil
700
+
### SetVersionStateNil
701
701
702
-
`func (o *Certificate) SetStateNil(b bool)`
702
+
`func (o *Certificate) SetVersionStateNil(b bool)`
703
703
704
-
SetStateNil sets the value for State to be an explicit nil
704
+
SetVersionStateNil sets the value for VersionState to be an explicit nil
705
705
706
-
### UnsetState
707
-
`func (o *Certificate) UnsetState()`
706
+
### UnsetVersionState
707
+
`func (o *Certificate) UnsetVersionState()`
708
708
709
-
UnsetState ensures that no value is present for State, not even an explicit nil
709
+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
710
710
711
711
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: azion-api/docs/CertificateRevocationList.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
**NextUpdate** | Pointer to **time.Time** | Timestamp of the next scheduled update from the certification revocation list issuer. | [optional]
17
17
**Crl** | **string** | |
18
18
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
19
-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
19
+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
20
20
21
21
## Methods
22
22
@@ -347,41 +347,41 @@ HasVersionId returns a boolean if a field has been set.
347
347
`func (o *CertificateRevocationList) UnsetVersionId()`
348
348
349
349
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
350
-
### GetState
350
+
### GetVersionState
351
351
352
-
`func (o *CertificateRevocationList) GetState() string`
352
+
`func (o *CertificateRevocationList) GetVersionState() string`
353
353
354
-
GetState returns the State field if non-nil, zero value otherwise.
354
+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
355
355
356
-
### GetStateOk
356
+
### GetVersionStateOk
357
357
358
-
`func (o *CertificateRevocationList) GetStateOk() (*string, bool)`
358
+
`func (o *CertificateRevocationList) GetVersionStateOk() (*string, bool)`
359
359
360
-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
360
+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
361
361
and a boolean to check if the value has been set.
362
362
363
-
### SetState
363
+
### SetVersionState
364
364
365
-
`func (o *CertificateRevocationList) SetState(v string)`
365
+
`func (o *CertificateRevocationList) SetVersionState(v string)`
366
366
367
-
SetState sets State field to given value.
367
+
SetVersionState sets VersionState field to given value.
368
368
369
-
### HasState
369
+
### HasVersionState
370
370
371
-
`func (o *CertificateRevocationList) HasState() bool`
371
+
`func (o *CertificateRevocationList) HasVersionState() bool`
372
372
373
-
HasState returns a boolean if a field has been set.
373
+
HasVersionState returns a boolean if a field has been set.
374
374
375
-
### SetStateNil
375
+
### SetVersionStateNil
376
376
377
-
`func (o *CertificateRevocationList) SetStateNil(b bool)`
377
+
`func (o *CertificateRevocationList) SetVersionStateNil(b bool)`
378
378
379
-
SetStateNil sets the value for State to be an explicit nil
379
+
SetVersionStateNil sets the value for VersionState to be an explicit nil
380
380
381
-
### UnsetState
382
-
`func (o *CertificateRevocationList) UnsetState()`
381
+
### UnsetVersionState
382
+
`func (o *CertificateRevocationList) UnsetVersionState()`
383
383
384
-
UnsetState ensures that no value is present for State, not even an explicit nil
384
+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
385
385
386
386
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: azion-api/docs/PatchedCertificate.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
26
26
**LastModified** | Pointer to **time.Time** | Timestamp of the last modification made to the certificate content on the platform. | [optional]
27
27
**RenewedAt** | Pointer to **NullableTime** | Timestamp indicating when the managed certificate was renewed on our platform. | [optional]
28
28
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
29
-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
29
+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
30
30
31
31
## Methods
32
32
@@ -677,41 +677,41 @@ HasVersionId returns a boolean if a field has been set.
677
677
`func (o *PatchedCertificate) UnsetVersionId()`
678
678
679
679
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
680
-
### GetState
680
+
### GetVersionState
681
681
682
-
`func (o *PatchedCertificate) GetState() string`
682
+
`func (o *PatchedCertificate) GetVersionState() string`
683
683
684
-
GetState returns the State field if non-nil, zero value otherwise.
684
+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
685
685
686
-
### GetStateOk
686
+
### GetVersionStateOk
687
687
688
-
`func (o *PatchedCertificate) GetStateOk() (*string, bool)`
688
+
`func (o *PatchedCertificate) GetVersionStateOk() (*string, bool)`
689
689
690
-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
690
+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
691
691
and a boolean to check if the value has been set.
692
692
693
-
### SetState
693
+
### SetVersionState
694
694
695
-
`func (o *PatchedCertificate) SetState(v string)`
695
+
`func (o *PatchedCertificate) SetVersionState(v string)`
696
696
697
-
SetState sets State field to given value.
697
+
SetVersionState sets VersionState field to given value.
698
698
699
-
### HasState
699
+
### HasVersionState
700
700
701
-
`func (o *PatchedCertificate) HasState() bool`
701
+
`func (o *PatchedCertificate) HasVersionState() bool`
702
702
703
-
HasState returns a boolean if a field has been set.
703
+
HasVersionState returns a boolean if a field has been set.
704
704
705
-
### SetStateNil
705
+
### SetVersionStateNil
706
706
707
-
`func (o *PatchedCertificate) SetStateNil(b bool)`
707
+
`func (o *PatchedCertificate) SetVersionStateNil(b bool)`
708
708
709
-
SetStateNil sets the value for State to be an explicit nil
709
+
SetVersionStateNil sets the value for VersionState to be an explicit nil
710
710
711
-
### UnsetState
712
-
`func (o *PatchedCertificate) UnsetState()`
711
+
### UnsetVersionState
712
+
`func (o *PatchedCertificate) UnsetVersionState()`
713
713
714
-
UnsetState ensures that no value is present for State, not even an explicit nil
714
+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
715
715
716
716
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: azion-api/docs/PatchedCertificateRevocationList.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
**NextUpdate** | Pointer to **time.Time** | Timestamp of the next scheduled update from the certification revocation list issuer. | [optional]
17
17
**Crl** | Pointer to **string** | | [optional]
18
18
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
19
-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
19
+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
20
20
21
21
## Methods
22
22
@@ -357,41 +357,41 @@ HasVersionId returns a boolean if a field has been set.
357
357
`func (o *PatchedCertificateRevocationList) UnsetVersionId()`
358
358
359
359
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
360
-
### GetState
360
+
### GetVersionState
361
361
362
-
`func (o *PatchedCertificateRevocationList) GetState() string`
362
+
`func (o *PatchedCertificateRevocationList) GetVersionState() string`
363
363
364
-
GetState returns the State field if non-nil, zero value otherwise.
364
+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
365
365
366
-
### GetStateOk
366
+
### GetVersionStateOk
367
367
368
-
`func (o *PatchedCertificateRevocationList) GetStateOk() (*string, bool)`
368
+
`func (o *PatchedCertificateRevocationList) GetVersionStateOk() (*string, bool)`
369
369
370
-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
370
+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
371
371
and a boolean to check if the value has been set.
372
372
373
-
### SetState
373
+
### SetVersionState
374
374
375
-
`func (o *PatchedCertificateRevocationList) SetState(v string)`
375
+
`func (o *PatchedCertificateRevocationList) SetVersionState(v string)`
376
376
377
-
SetState sets State field to given value.
377
+
SetVersionState sets VersionState field to given value.
378
378
379
-
### HasState
379
+
### HasVersionState
380
380
381
-
`func (o *PatchedCertificateRevocationList) HasState() bool`
381
+
`func (o *PatchedCertificateRevocationList) HasVersionState() bool`
382
382
383
-
HasState returns a boolean if a field has been set.
383
+
HasVersionState returns a boolean if a field has been set.
384
384
385
-
### SetStateNil
385
+
### SetVersionStateNil
386
386
387
-
`func (o *PatchedCertificateRevocationList) SetStateNil(b bool)`
387
+
`func (o *PatchedCertificateRevocationList) SetVersionStateNil(b bool)`
388
388
389
-
SetStateNil sets the value for State to be an explicit nil
389
+
SetVersionStateNil sets the value for VersionState to be an explicit nil
390
390
391
-
### UnsetState
392
-
`func (o *PatchedCertificateRevocationList) UnsetState()`
391
+
### UnsetVersionState
392
+
`func (o *PatchedCertificateRevocationList) UnsetVersionState()`
393
393
394
-
UnsetState ensures that no value is present for State, not even an explicit nil
394
+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
395
395
396
396
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments