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

2.9 KiB

AnswerAdminApiSiteinfoLegalGet200Response

Properties

Name Type Description Notes
Data Pointer to SchemaSiteLegalResp [optional]
HandlerRespBody Pointer to HandlerRespBody [optional]

Methods

NewAnswerAdminApiSiteinfoLegalGet200Response

func NewAnswerAdminApiSiteinfoLegalGet200Response() *AnswerAdminApiSiteinfoLegalGet200Response

NewAnswerAdminApiSiteinfoLegalGet200Response instantiates a new AnswerAdminApiSiteinfoLegalGet200Response 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

NewAnswerAdminApiSiteinfoLegalGet200ResponseWithDefaults

func NewAnswerAdminApiSiteinfoLegalGet200ResponseWithDefaults() *AnswerAdminApiSiteinfoLegalGet200Response

NewAnswerAdminApiSiteinfoLegalGet200ResponseWithDefaults instantiates a new AnswerAdminApiSiteinfoLegalGet200Response 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

GetData

func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetData() SchemaSiteLegalResp

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetDataOk() (*SchemaSiteLegalResp, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *AnswerAdminApiSiteinfoLegalGet200Response) SetData(v SchemaSiteLegalResp)

SetData sets Data field to given value.

HasData

func (o *AnswerAdminApiSiteinfoLegalGet200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetHandlerRespBody

func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetHandlerRespBody() HandlerRespBody

GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.

GetHandlerRespBodyOk

func (o *AnswerAdminApiSiteinfoLegalGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)

GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHandlerRespBody

func (o *AnswerAdminApiSiteinfoLegalGet200Response) SetHandlerRespBody(v HandlerRespBody)

SetHandlerRespBody sets HandlerRespBody field to given value.

HasHandlerRespBody

func (o *AnswerAdminApiSiteinfoLegalGet200Response) HasHandlerRespBody() bool

HasHandlerRespBody returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]