73 lines
2.0 KiB
Markdown
73 lines
2.0 KiB
Markdown
# SchemaSiteSeoReq
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Permalink** | **int32** | |
|
|
**Robots** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaSiteSeoReq
|
|
|
|
`func NewSchemaSiteSeoReq(permalink int32, robots string, ) *SchemaSiteSeoReq`
|
|
|
|
NewSchemaSiteSeoReq instantiates a new SchemaSiteSeoReq 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
|
|
|
|
### NewSchemaSiteSeoReqWithDefaults
|
|
|
|
`func NewSchemaSiteSeoReqWithDefaults() *SchemaSiteSeoReq`
|
|
|
|
NewSchemaSiteSeoReqWithDefaults instantiates a new SchemaSiteSeoReq 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
|
|
|
|
### GetPermalink
|
|
|
|
`func (o *SchemaSiteSeoReq) GetPermalink() int32`
|
|
|
|
GetPermalink returns the Permalink field if non-nil, zero value otherwise.
|
|
|
|
### GetPermalinkOk
|
|
|
|
`func (o *SchemaSiteSeoReq) GetPermalinkOk() (*int32, bool)`
|
|
|
|
GetPermalinkOk returns a tuple with the Permalink field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPermalink
|
|
|
|
`func (o *SchemaSiteSeoReq) SetPermalink(v int32)`
|
|
|
|
SetPermalink sets Permalink field to given value.
|
|
|
|
|
|
### GetRobots
|
|
|
|
`func (o *SchemaSiteSeoReq) GetRobots() string`
|
|
|
|
GetRobots returns the Robots field if non-nil, zero value otherwise.
|
|
|
|
### GetRobotsOk
|
|
|
|
`func (o *SchemaSiteSeoReq) GetRobotsOk() (*string, bool)`
|
|
|
|
GetRobotsOk returns a tuple with the Robots field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetRobots
|
|
|
|
`func (o *SchemaSiteSeoReq) SetRobots(v string)`
|
|
|
|
SetRobots sets Robots 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)
|
|
|
|
|