Files
openapi-go-answer/docs/SchemaSiteSeoResp.md
2023-08-18 10:03:31 +08:00

2.0 KiB

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

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.

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] [Back to API list] [Back to README]