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
NewConnectionTokenRequest instantiates a new ConnectionTokenRequest object
16
18
This constructor will assign default values to properties that have it defined,
@@ -25,6 +27,31 @@ NewConnectionTokenRequestWithDefaults instantiates a new ConnectionTokenRequest
25
27
This constructor will only assign default values to properties that have it defined,
26
28
but it doesn't guarantee that properties required by API are set
27
29
30
+
### GetPk
31
+
32
+
`func (o *ConnectionTokenRequest) GetPk() string`
33
+
34
+
GetPk returns the Pk field if non-nil, zero value otherwise.
35
+
36
+
### GetPkOk
37
+
38
+
`func (o *ConnectionTokenRequest) GetPkOk() (*string, bool)`
39
+
40
+
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise
41
+
and a boolean to check if the value has been set.
42
+
43
+
### SetPk
44
+
45
+
`func (o *ConnectionTokenRequest) SetPk(v string)`
46
+
47
+
SetPk sets Pk field to given value.
48
+
49
+
### HasPk
50
+
51
+
`func (o *ConnectionTokenRequest) HasPk() bool`
52
+
53
+
HasPk returns a boolean if a field has been set.
54
+
28
55
### GetProvider
29
56
30
57
`func (o *ConnectionTokenRequest) GetProvider() int32`
@@ -45,6 +72,26 @@ and a boolean to check if the value has been set.
45
72
SetProvider sets Provider field to given value.
46
73
47
74
75
+
### GetEndpoint
76
+
77
+
`func (o *ConnectionTokenRequest) GetEndpoint() string`
78
+
79
+
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
80
+
81
+
### GetEndpointOk
82
+
83
+
`func (o *ConnectionTokenRequest) GetEndpointOk() (*string, bool)`
84
+
85
+
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise
86
+
and a boolean to check if the value has been set.
87
+
88
+
### SetEndpoint
89
+
90
+
`func (o *ConnectionTokenRequest) SetEndpoint(v string)`
91
+
92
+
SetEndpoint sets Endpoint field to given value.
93
+
94
+
48
95
49
96
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Provider** | Pointer to **int32** | | [optional]
9
+
**Endpoint** | Pointer to **string** | | [optional]
8
10
9
11
## Methods
10
12
@@ -25,6 +27,31 @@ NewPatchedConnectionTokenRequestWithDefaults instantiates a new PatchedConnectio
25
27
This constructor will only assign default values to properties that have it defined,
26
28
but it doesn't guarantee that properties required by API are set
27
29
30
+
### GetPk
31
+
32
+
`func (o *PatchedConnectionTokenRequest) GetPk() string`
33
+
34
+
GetPk returns the Pk field if non-nil, zero value otherwise.
35
+
36
+
### GetPkOk
37
+
38
+
`func (o *PatchedConnectionTokenRequest) GetPkOk() (*string, bool)`
39
+
40
+
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise
41
+
and a boolean to check if the value has been set.
42
+
43
+
### SetPk
44
+
45
+
`func (o *PatchedConnectionTokenRequest) SetPk(v string)`
46
+
47
+
SetPk sets Pk field to given value.
48
+
49
+
### HasPk
50
+
51
+
`func (o *PatchedConnectionTokenRequest) HasPk() bool`
52
+
53
+
HasPk returns a boolean if a field has been set.
54
+
28
55
### GetProvider
29
56
30
57
`func (o *PatchedConnectionTokenRequest) GetProvider() int32`
@@ -50,6 +77,31 @@ SetProvider sets Provider field to given value.
50
77
51
78
HasProvider returns a boolean if a field has been set.
52
79
80
+
### GetEndpoint
81
+
82
+
`func (o *PatchedConnectionTokenRequest) GetEndpoint() string`
83
+
84
+
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
85
+
86
+
### GetEndpointOk
87
+
88
+
`func (o *PatchedConnectionTokenRequest) GetEndpointOk() (*string, bool)`
89
+
90
+
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise
91
+
and a boolean to check if the value has been set.
92
+
93
+
### SetEndpoint
94
+
95
+
`func (o *PatchedConnectionTokenRequest) SetEndpoint(v string)`
96
+
97
+
SetEndpoint sets Endpoint field to given value.
98
+
99
+
### HasEndpoint
100
+
101
+
`func (o *PatchedConnectionTokenRequest) HasEndpoint() bool`
102
+
103
+
HasEndpoint returns a boolean if a field has been set.
104
+
53
105
54
106
[[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