first version
This commit is contained in:
160
docs/SchemaUnreviewedRevisionInfoInfo.md
Normal file
160
docs/SchemaUnreviewedRevisionInfoInfo.md
Normal file
@@ -0,0 +1,160 @@
|
||||
# SchemaUnreviewedRevisionInfoInfo
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Content** | Pointer to **string** | | [optional]
|
||||
**Html** | Pointer to **string** | | [optional]
|
||||
**ObjectId** | Pointer to **string** | | [optional]
|
||||
**Tags** | Pointer to [**[]SchemaTagResp**](SchemaTagResp.md) | | [optional]
|
||||
**Title** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUnreviewedRevisionInfoInfo
|
||||
|
||||
`func NewSchemaUnreviewedRevisionInfoInfo() *SchemaUnreviewedRevisionInfoInfo`
|
||||
|
||||
NewSchemaUnreviewedRevisionInfoInfo instantiates a new SchemaUnreviewedRevisionInfoInfo 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
|
||||
|
||||
### NewSchemaUnreviewedRevisionInfoInfoWithDefaults
|
||||
|
||||
`func NewSchemaUnreviewedRevisionInfoInfoWithDefaults() *SchemaUnreviewedRevisionInfoInfo`
|
||||
|
||||
NewSchemaUnreviewedRevisionInfoInfoWithDefaults instantiates a new SchemaUnreviewedRevisionInfoInfo 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 *SchemaUnreviewedRevisionInfoInfo) GetContent() string`
|
||||
|
||||
GetContent returns the Content field if non-nil, zero value otherwise.
|
||||
|
||||
### GetContentOk
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) 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 *SchemaUnreviewedRevisionInfoInfo) SetContent(v string)`
|
||||
|
||||
SetContent sets Content field to given value.
|
||||
|
||||
### HasContent
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) HasContent() bool`
|
||||
|
||||
HasContent returns a boolean if a field has been set.
|
||||
|
||||
### GetHtml
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) GetHtml() string`
|
||||
|
||||
GetHtml returns the Html field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHtmlOk
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) GetHtmlOk() (*string, bool)`
|
||||
|
||||
GetHtmlOk returns a tuple with the Html field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHtml
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) SetHtml(v string)`
|
||||
|
||||
SetHtml sets Html field to given value.
|
||||
|
||||
### HasHtml
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) HasHtml() bool`
|
||||
|
||||
HasHtml returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectId
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) GetObjectId() string`
|
||||
|
||||
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectIdOk
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) 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 *SchemaUnreviewedRevisionInfoInfo) SetObjectId(v string)`
|
||||
|
||||
SetObjectId sets ObjectId field to given value.
|
||||
|
||||
### HasObjectId
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) HasObjectId() bool`
|
||||
|
||||
HasObjectId returns a boolean if a field has been set.
|
||||
|
||||
### GetTags
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) GetTags() []SchemaTagResp`
|
||||
|
||||
GetTags returns the Tags field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTagsOk
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) GetTagsOk() (*[]SchemaTagResp, bool)`
|
||||
|
||||
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTags
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) SetTags(v []SchemaTagResp)`
|
||||
|
||||
SetTags sets Tags field to given value.
|
||||
|
||||
### HasTags
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) HasTags() bool`
|
||||
|
||||
HasTags returns a boolean if a field has been set.
|
||||
|
||||
### GetTitle
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) GetTitle() string`
|
||||
|
||||
GetTitle returns the Title field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTitleOk
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) GetTitleOk() (*string, bool)`
|
||||
|
||||
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTitle
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) SetTitle(v string)`
|
||||
|
||||
SetTitle sets Title field to given value.
|
||||
|
||||
### HasTitle
|
||||
|
||||
`func (o *SchemaUnreviewedRevisionInfoInfo) HasTitle() bool`
|
||||
|
||||
HasTitle 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