更新文档内容
This commit is contained in:
56
docs/SchemaGetUserActivationResp.md
Normal file
56
docs/SchemaGetUserActivationResp.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# SchemaGetUserActivationResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ActivationUrl** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetUserActivationResp
|
||||
|
||||
`func NewSchemaGetUserActivationResp() *SchemaGetUserActivationResp`
|
||||
|
||||
NewSchemaGetUserActivationResp instantiates a new SchemaGetUserActivationResp 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
|
||||
|
||||
### NewSchemaGetUserActivationRespWithDefaults
|
||||
|
||||
`func NewSchemaGetUserActivationRespWithDefaults() *SchemaGetUserActivationResp`
|
||||
|
||||
NewSchemaGetUserActivationRespWithDefaults instantiates a new SchemaGetUserActivationResp 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
|
||||
|
||||
### GetActivationUrl
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) GetActivationUrl() string`
|
||||
|
||||
GetActivationUrl returns the ActivationUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetActivationUrlOk
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) GetActivationUrlOk() (*string, bool)`
|
||||
|
||||
GetActivationUrlOk returns a tuple with the ActivationUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetActivationUrl
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) SetActivationUrl(v string)`
|
||||
|
||||
SetActivationUrl sets ActivationUrl field to given value.
|
||||
|
||||
### HasActivationUrl
|
||||
|
||||
`func (o *SchemaGetUserActivationResp) HasActivationUrl() bool`
|
||||
|
||||
HasActivationUrl returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user