first version

This commit is contained in:
2023-08-18 10:03:31 +08:00
commit c3f06b456f
410 changed files with 94634 additions and 0 deletions

View File

@@ -0,0 +1,186 @@
# SchemaGetReportTypeResp
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ContentType** | Pointer to **string** | content type | [optional]
**Description** | Pointer to **string** | report description | [optional]
**HaveContent** | Pointer to **bool** | is have content | [optional]
**Name** | Pointer to **string** | report name | [optional]
**Source** | Pointer to **string** | report source | [optional]
**Type** | Pointer to **int32** | report type | [optional]
## Methods
### NewSchemaGetReportTypeResp
`func NewSchemaGetReportTypeResp() *SchemaGetReportTypeResp`
NewSchemaGetReportTypeResp instantiates a new SchemaGetReportTypeResp 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
### NewSchemaGetReportTypeRespWithDefaults
`func NewSchemaGetReportTypeRespWithDefaults() *SchemaGetReportTypeResp`
NewSchemaGetReportTypeRespWithDefaults instantiates a new SchemaGetReportTypeResp 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
### GetContentType
`func (o *SchemaGetReportTypeResp) GetContentType() string`
GetContentType returns the ContentType field if non-nil, zero value otherwise.
### GetContentTypeOk
`func (o *SchemaGetReportTypeResp) GetContentTypeOk() (*string, bool)`
GetContentTypeOk returns a tuple with the ContentType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetContentType
`func (o *SchemaGetReportTypeResp) SetContentType(v string)`
SetContentType sets ContentType field to given value.
### HasContentType
`func (o *SchemaGetReportTypeResp) HasContentType() bool`
HasContentType returns a boolean if a field has been set.
### GetDescription
`func (o *SchemaGetReportTypeResp) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *SchemaGetReportTypeResp) GetDescriptionOk() (*string, bool)`
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDescription
`func (o *SchemaGetReportTypeResp) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *SchemaGetReportTypeResp) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### GetHaveContent
`func (o *SchemaGetReportTypeResp) GetHaveContent() bool`
GetHaveContent returns the HaveContent field if non-nil, zero value otherwise.
### GetHaveContentOk
`func (o *SchemaGetReportTypeResp) GetHaveContentOk() (*bool, bool)`
GetHaveContentOk returns a tuple with the HaveContent field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHaveContent
`func (o *SchemaGetReportTypeResp) SetHaveContent(v bool)`
SetHaveContent sets HaveContent field to given value.
### HasHaveContent
`func (o *SchemaGetReportTypeResp) HasHaveContent() bool`
HasHaveContent returns a boolean if a field has been set.
### GetName
`func (o *SchemaGetReportTypeResp) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *SchemaGetReportTypeResp) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *SchemaGetReportTypeResp) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *SchemaGetReportTypeResp) HasName() bool`
HasName returns a boolean if a field has been set.
### GetSource
`func (o *SchemaGetReportTypeResp) GetSource() string`
GetSource returns the Source field if non-nil, zero value otherwise.
### GetSourceOk
`func (o *SchemaGetReportTypeResp) GetSourceOk() (*string, bool)`
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSource
`func (o *SchemaGetReportTypeResp) SetSource(v string)`
SetSource sets Source field to given value.
### HasSource
`func (o *SchemaGetReportTypeResp) HasSource() bool`
HasSource returns a boolean if a field has been set.
### GetType
`func (o *SchemaGetReportTypeResp) GetType() int32`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *SchemaGetReportTypeResp) GetTypeOk() (*int32, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *SchemaGetReportTypeResp) SetType(v int32)`
SetType sets Type field to given value.
### HasType
`func (o *SchemaGetReportTypeResp) HasType() bool`
HasType 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)