first version
This commit is contained in:
108
docs/SchemaGetUnreviewedRevisionResp.md
Normal file
108
docs/SchemaGetUnreviewedRevisionResp.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# SchemaGetUnreviewedRevisionResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Info** | Pointer to [**SchemaUnreviewedRevisionInfoInfo**](SchemaUnreviewedRevisionInfoInfo.md) | | [optional]
|
||||
**Type** | Pointer to **string** | | [optional]
|
||||
**UnreviewedInfo** | Pointer to [**SchemaGetRevisionResp**](SchemaGetRevisionResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetUnreviewedRevisionResp
|
||||
|
||||
`func NewSchemaGetUnreviewedRevisionResp() *SchemaGetUnreviewedRevisionResp`
|
||||
|
||||
NewSchemaGetUnreviewedRevisionResp instantiates a new SchemaGetUnreviewedRevisionResp 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
|
||||
|
||||
### NewSchemaGetUnreviewedRevisionRespWithDefaults
|
||||
|
||||
`func NewSchemaGetUnreviewedRevisionRespWithDefaults() *SchemaGetUnreviewedRevisionResp`
|
||||
|
||||
NewSchemaGetUnreviewedRevisionRespWithDefaults instantiates a new SchemaGetUnreviewedRevisionResp 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
|
||||
|
||||
### GetInfo
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) GetInfo() SchemaUnreviewedRevisionInfoInfo`
|
||||
|
||||
GetInfo returns the Info field if non-nil, zero value otherwise.
|
||||
|
||||
### GetInfoOk
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) GetInfoOk() (*SchemaUnreviewedRevisionInfoInfo, bool)`
|
||||
|
||||
GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetInfo
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) SetInfo(v SchemaUnreviewedRevisionInfoInfo)`
|
||||
|
||||
SetInfo sets Info field to given value.
|
||||
|
||||
### HasInfo
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) HasInfo() bool`
|
||||
|
||||
HasInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) GetTypeOk() (*string, 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 *SchemaGetUnreviewedRevisionResp) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetUnreviewedInfo
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) GetUnreviewedInfo() SchemaGetRevisionResp`
|
||||
|
||||
GetUnreviewedInfo returns the UnreviewedInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUnreviewedInfoOk
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) GetUnreviewedInfoOk() (*SchemaGetRevisionResp, bool)`
|
||||
|
||||
GetUnreviewedInfoOk returns a tuple with the UnreviewedInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUnreviewedInfo
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) SetUnreviewedInfo(v SchemaGetRevisionResp)`
|
||||
|
||||
SetUnreviewedInfo sets UnreviewedInfo field to given value.
|
||||
|
||||
### HasUnreviewedInfo
|
||||
|
||||
`func (o *SchemaGetUnreviewedRevisionResp) HasUnreviewedInfo() bool`
|
||||
|
||||
HasUnreviewedInfo 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