first version
This commit is contained in:
82
docs/SchemaFollowResp.md
Normal file
82
docs/SchemaFollowResp.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaFollowResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Follows** | Pointer to **int32** | the followers of object | [optional]
|
||||
**IsFollowed** | Pointer to **bool** | if user is followed object will be true,otherwise false | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaFollowResp
|
||||
|
||||
`func NewSchemaFollowResp() *SchemaFollowResp`
|
||||
|
||||
NewSchemaFollowResp instantiates a new SchemaFollowResp 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
|
||||
|
||||
### NewSchemaFollowRespWithDefaults
|
||||
|
||||
`func NewSchemaFollowRespWithDefaults() *SchemaFollowResp`
|
||||
|
||||
NewSchemaFollowRespWithDefaults instantiates a new SchemaFollowResp 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
|
||||
|
||||
### GetFollows
|
||||
|
||||
`func (o *SchemaFollowResp) GetFollows() int32`
|
||||
|
||||
GetFollows returns the Follows field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFollowsOk
|
||||
|
||||
`func (o *SchemaFollowResp) GetFollowsOk() (*int32, bool)`
|
||||
|
||||
GetFollowsOk returns a tuple with the Follows field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFollows
|
||||
|
||||
`func (o *SchemaFollowResp) SetFollows(v int32)`
|
||||
|
||||
SetFollows sets Follows field to given value.
|
||||
|
||||
### HasFollows
|
||||
|
||||
`func (o *SchemaFollowResp) HasFollows() bool`
|
||||
|
||||
HasFollows returns a boolean if a field has been set.
|
||||
|
||||
### GetIsFollowed
|
||||
|
||||
`func (o *SchemaFollowResp) GetIsFollowed() bool`
|
||||
|
||||
GetIsFollowed returns the IsFollowed field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIsFollowedOk
|
||||
|
||||
`func (o *SchemaFollowResp) GetIsFollowedOk() (*bool, bool)`
|
||||
|
||||
GetIsFollowedOk returns a tuple with the IsFollowed field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIsFollowed
|
||||
|
||||
`func (o *SchemaFollowResp) SetIsFollowed(v bool)`
|
||||
|
||||
SetIsFollowed sets IsFollowed field to given value.
|
||||
|
||||
### HasIsFollowed
|
||||
|
||||
`func (o *SchemaFollowResp) HasIsFollowed() bool`
|
||||
|
||||
HasIsFollowed 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