first version
This commit is contained in:
98
docs/SchemaAddReportReq.md
Normal file
98
docs/SchemaAddReportReq.md
Normal file
@@ -0,0 +1,98 @@
|
||||
# SchemaAddReportReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Content** | Pointer to **string** | report content | [optional]
|
||||
**ObjectId** | **string** | object id |
|
||||
**ReportType** | **int32** | report type |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaAddReportReq
|
||||
|
||||
`func NewSchemaAddReportReq(objectId string, reportType int32, ) *SchemaAddReportReq`
|
||||
|
||||
NewSchemaAddReportReq instantiates a new SchemaAddReportReq 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
|
||||
|
||||
### NewSchemaAddReportReqWithDefaults
|
||||
|
||||
`func NewSchemaAddReportReqWithDefaults() *SchemaAddReportReq`
|
||||
|
||||
NewSchemaAddReportReqWithDefaults instantiates a new SchemaAddReportReq 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
|
||||
|
||||
### GetContent
|
||||
|
||||
`func (o *SchemaAddReportReq) GetContent() string`
|
||||
|
||||
GetContent returns the Content field if non-nil, zero value otherwise.
|
||||
|
||||
### GetContentOk
|
||||
|
||||
`func (o *SchemaAddReportReq) GetContentOk() (*string, bool)`
|
||||
|
||||
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetContent
|
||||
|
||||
`func (o *SchemaAddReportReq) SetContent(v string)`
|
||||
|
||||
SetContent sets Content field to given value.
|
||||
|
||||
### HasContent
|
||||
|
||||
`func (o *SchemaAddReportReq) HasContent() bool`
|
||||
|
||||
HasContent returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectId
|
||||
|
||||
`func (o *SchemaAddReportReq) GetObjectId() string`
|
||||
|
||||
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectIdOk
|
||||
|
||||
`func (o *SchemaAddReportReq) GetObjectIdOk() (*string, bool)`
|
||||
|
||||
GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetObjectId
|
||||
|
||||
`func (o *SchemaAddReportReq) SetObjectId(v string)`
|
||||
|
||||
SetObjectId sets ObjectId field to given value.
|
||||
|
||||
|
||||
### GetReportType
|
||||
|
||||
`func (o *SchemaAddReportReq) GetReportType() int32`
|
||||
|
||||
GetReportType returns the ReportType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReportTypeOk
|
||||
|
||||
`func (o *SchemaAddReportReq) GetReportTypeOk() (*int32, bool)`
|
||||
|
||||
GetReportTypeOk returns a tuple with the ReportType field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReportType
|
||||
|
||||
`func (o *SchemaAddReportReq) SetReportType(v int32)`
|
||||
|
||||
SetReportType sets ReportType field to given value.
|
||||
|
||||
|
||||
|
||||
[[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