first version

This commit is contained in:
2023-08-18 10:03:31 +08:00
commit c3f06b456f
410 changed files with 94634 additions and 0 deletions

72
docs/SchemaSiteSeoResp.md Normal file
View File

@@ -0,0 +1,72 @@
# SchemaSiteSeoResp
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Permalink** | **int32** | |
**Robots** | **string** | |
## Methods
### NewSchemaSiteSeoResp
`func NewSchemaSiteSeoResp(permalink int32, robots string, ) *SchemaSiteSeoResp`
NewSchemaSiteSeoResp instantiates a new SchemaSiteSeoResp 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
### NewSchemaSiteSeoRespWithDefaults
`func NewSchemaSiteSeoRespWithDefaults() *SchemaSiteSeoResp`
NewSchemaSiteSeoRespWithDefaults instantiates a new SchemaSiteSeoResp 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 *SchemaSiteSeoResp) GetPermalink() int32`
GetPermalink returns the Permalink field if non-nil, zero value otherwise.
### GetPermalinkOk
`func (o *SchemaSiteSeoResp) 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 *SchemaSiteSeoResp) SetPermalink(v int32)`
SetPermalink sets Permalink field to given value.
### GetRobots
`func (o *SchemaSiteSeoResp) GetRobots() string`
GetRobots returns the Robots field if non-nil, zero value otherwise.
### GetRobotsOk
`func (o *SchemaSiteSeoResp) 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 *SchemaSiteSeoResp) 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)