更新文档内容

This commit is contained in:
2023-09-26 16:20:01 +08:00
parent 73222eee28
commit d72897f080
415 changed files with 15785 additions and 17558 deletions

View File

@@ -0,0 +1,82 @@
# SchemaNotificationChannelConfig
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Enable** | Pointer to **bool** | | [optional]
**Key** | Pointer to [**ConstantNotificationChannelKey**](ConstantNotificationChannelKey.md) | | [optional]
## Methods
### NewSchemaNotificationChannelConfig
`func NewSchemaNotificationChannelConfig() *SchemaNotificationChannelConfig`
NewSchemaNotificationChannelConfig instantiates a new SchemaNotificationChannelConfig 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
### NewSchemaNotificationChannelConfigWithDefaults
`func NewSchemaNotificationChannelConfigWithDefaults() *SchemaNotificationChannelConfig`
NewSchemaNotificationChannelConfigWithDefaults instantiates a new SchemaNotificationChannelConfig 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
### GetEnable
`func (o *SchemaNotificationChannelConfig) GetEnable() bool`
GetEnable returns the Enable field if non-nil, zero value otherwise.
### GetEnableOk
`func (o *SchemaNotificationChannelConfig) GetEnableOk() (*bool, bool)`
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEnable
`func (o *SchemaNotificationChannelConfig) SetEnable(v bool)`
SetEnable sets Enable field to given value.
### HasEnable
`func (o *SchemaNotificationChannelConfig) HasEnable() bool`
HasEnable returns a boolean if a field has been set.
### GetKey
`func (o *SchemaNotificationChannelConfig) GetKey() ConstantNotificationChannelKey`
GetKey returns the Key field if non-nil, zero value otherwise.
### GetKeyOk
`func (o *SchemaNotificationChannelConfig) GetKeyOk() (*ConstantNotificationChannelKey, bool)`
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetKey
`func (o *SchemaNotificationChannelConfig) SetKey(v ConstantNotificationChannelKey)`
SetKey sets Key field to given value.
### HasKey
`func (o *SchemaNotificationChannelConfig) HasKey() bool`
HasKey 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)