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: okta/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Allows customers to easily access the Okta Management APIs
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
**Type** | Pointer to **string** | The type of the app configuration |[optional]
7
+
**Type** | **string** | The type of the app configuration |
8
8
9
9
## Methods
10
10
11
11
### NewAppConfig
12
12
13
-
`func NewAppConfig() *AppConfig`
13
+
`func NewAppConfig(type_ string, ) *AppConfig`
14
14
15
15
NewAppConfig instantiates a new AppConfig object
16
16
This constructor will assign default values to properties that have it defined,
@@ -44,11 +44,6 @@ and a boolean to check if the value has been set.
44
44
45
45
SetType sets Type field to given value.
46
46
47
-
### HasType
48
-
49
-
`func (o *AppConfig) HasType() bool`
50
-
51
-
HasType returns a boolean if a field has been set.
52
47
53
48
54
49
[[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