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

135 lines
4.8 KiB
Markdown

# SchemaGetSiteLegalInfoResp
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**PrivacyPolicyOriginalText** | Pointer to **string** | | [optional]
**PrivacyPolicyParsedText** | Pointer to **string** | | [optional]
**TermsOfServiceOriginalText** | Pointer to **string** | | [optional]
**TermsOfServiceParsedText** | Pointer to **string** | | [optional]
## Methods
### NewSchemaGetSiteLegalInfoResp
`func NewSchemaGetSiteLegalInfoResp() *SchemaGetSiteLegalInfoResp`
NewSchemaGetSiteLegalInfoResp instantiates a new SchemaGetSiteLegalInfoResp 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
### NewSchemaGetSiteLegalInfoRespWithDefaults
`func NewSchemaGetSiteLegalInfoRespWithDefaults() *SchemaGetSiteLegalInfoResp`
NewSchemaGetSiteLegalInfoRespWithDefaults instantiates a new SchemaGetSiteLegalInfoResp 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
### GetPrivacyPolicyOriginalText
`func (o *SchemaGetSiteLegalInfoResp) GetPrivacyPolicyOriginalText() string`
GetPrivacyPolicyOriginalText returns the PrivacyPolicyOriginalText field if non-nil, zero value otherwise.
### GetPrivacyPolicyOriginalTextOk
`func (o *SchemaGetSiteLegalInfoResp) GetPrivacyPolicyOriginalTextOk() (*string, bool)`
GetPrivacyPolicyOriginalTextOk returns a tuple with the PrivacyPolicyOriginalText field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPrivacyPolicyOriginalText
`func (o *SchemaGetSiteLegalInfoResp) SetPrivacyPolicyOriginalText(v string)`
SetPrivacyPolicyOriginalText sets PrivacyPolicyOriginalText field to given value.
### HasPrivacyPolicyOriginalText
`func (o *SchemaGetSiteLegalInfoResp) HasPrivacyPolicyOriginalText() bool`
HasPrivacyPolicyOriginalText returns a boolean if a field has been set.
### GetPrivacyPolicyParsedText
`func (o *SchemaGetSiteLegalInfoResp) GetPrivacyPolicyParsedText() string`
GetPrivacyPolicyParsedText returns the PrivacyPolicyParsedText field if non-nil, zero value otherwise.
### GetPrivacyPolicyParsedTextOk
`func (o *SchemaGetSiteLegalInfoResp) GetPrivacyPolicyParsedTextOk() (*string, bool)`
GetPrivacyPolicyParsedTextOk returns a tuple with the PrivacyPolicyParsedText field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPrivacyPolicyParsedText
`func (o *SchemaGetSiteLegalInfoResp) SetPrivacyPolicyParsedText(v string)`
SetPrivacyPolicyParsedText sets PrivacyPolicyParsedText field to given value.
### HasPrivacyPolicyParsedText
`func (o *SchemaGetSiteLegalInfoResp) HasPrivacyPolicyParsedText() bool`
HasPrivacyPolicyParsedText returns a boolean if a field has been set.
### GetTermsOfServiceOriginalText
`func (o *SchemaGetSiteLegalInfoResp) GetTermsOfServiceOriginalText() string`
GetTermsOfServiceOriginalText returns the TermsOfServiceOriginalText field if non-nil, zero value otherwise.
### GetTermsOfServiceOriginalTextOk
`func (o *SchemaGetSiteLegalInfoResp) GetTermsOfServiceOriginalTextOk() (*string, bool)`
GetTermsOfServiceOriginalTextOk returns a tuple with the TermsOfServiceOriginalText field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTermsOfServiceOriginalText
`func (o *SchemaGetSiteLegalInfoResp) SetTermsOfServiceOriginalText(v string)`
SetTermsOfServiceOriginalText sets TermsOfServiceOriginalText field to given value.
### HasTermsOfServiceOriginalText
`func (o *SchemaGetSiteLegalInfoResp) HasTermsOfServiceOriginalText() bool`
HasTermsOfServiceOriginalText returns a boolean if a field has been set.
### GetTermsOfServiceParsedText
`func (o *SchemaGetSiteLegalInfoResp) GetTermsOfServiceParsedText() string`
GetTermsOfServiceParsedText returns the TermsOfServiceParsedText field if non-nil, zero value otherwise.
### GetTermsOfServiceParsedTextOk
`func (o *SchemaGetSiteLegalInfoResp) GetTermsOfServiceParsedTextOk() (*string, bool)`
GetTermsOfServiceParsedTextOk returns a tuple with the TermsOfServiceParsedText field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTermsOfServiceParsedText
`func (o *SchemaGetSiteLegalInfoResp) SetTermsOfServiceParsedText(v string)`
SetTermsOfServiceParsedText sets TermsOfServiceParsedText field to given value.
### HasTermsOfServiceParsedText
`func (o *SchemaGetSiteLegalInfoResp) HasTermsOfServiceParsedText() bool`
HasTermsOfServiceParsedText 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)