135 lines
4.6 KiB
Markdown
135 lines
4.6 KiB
Markdown
# SchemaSiteLegalResp
|
|
|
|
## 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
|
|
|
|
### NewSchemaSiteLegalResp
|
|
|
|
`func NewSchemaSiteLegalResp() *SchemaSiteLegalResp`
|
|
|
|
NewSchemaSiteLegalResp instantiates a new SchemaSiteLegalResp 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
|
|
|
|
### NewSchemaSiteLegalRespWithDefaults
|
|
|
|
`func NewSchemaSiteLegalRespWithDefaults() *SchemaSiteLegalResp`
|
|
|
|
NewSchemaSiteLegalRespWithDefaults instantiates a new SchemaSiteLegalResp 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 *SchemaSiteLegalResp) GetPrivacyPolicyOriginalText() string`
|
|
|
|
GetPrivacyPolicyOriginalText returns the PrivacyPolicyOriginalText field if non-nil, zero value otherwise.
|
|
|
|
### GetPrivacyPolicyOriginalTextOk
|
|
|
|
`func (o *SchemaSiteLegalResp) 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 *SchemaSiteLegalResp) SetPrivacyPolicyOriginalText(v string)`
|
|
|
|
SetPrivacyPolicyOriginalText sets PrivacyPolicyOriginalText field to given value.
|
|
|
|
### HasPrivacyPolicyOriginalText
|
|
|
|
`func (o *SchemaSiteLegalResp) HasPrivacyPolicyOriginalText() bool`
|
|
|
|
HasPrivacyPolicyOriginalText returns a boolean if a field has been set.
|
|
|
|
### GetPrivacyPolicyParsedText
|
|
|
|
`func (o *SchemaSiteLegalResp) GetPrivacyPolicyParsedText() string`
|
|
|
|
GetPrivacyPolicyParsedText returns the PrivacyPolicyParsedText field if non-nil, zero value otherwise.
|
|
|
|
### GetPrivacyPolicyParsedTextOk
|
|
|
|
`func (o *SchemaSiteLegalResp) 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 *SchemaSiteLegalResp) SetPrivacyPolicyParsedText(v string)`
|
|
|
|
SetPrivacyPolicyParsedText sets PrivacyPolicyParsedText field to given value.
|
|
|
|
### HasPrivacyPolicyParsedText
|
|
|
|
`func (o *SchemaSiteLegalResp) HasPrivacyPolicyParsedText() bool`
|
|
|
|
HasPrivacyPolicyParsedText returns a boolean if a field has been set.
|
|
|
|
### GetTermsOfServiceOriginalText
|
|
|
|
`func (o *SchemaSiteLegalResp) GetTermsOfServiceOriginalText() string`
|
|
|
|
GetTermsOfServiceOriginalText returns the TermsOfServiceOriginalText field if non-nil, zero value otherwise.
|
|
|
|
### GetTermsOfServiceOriginalTextOk
|
|
|
|
`func (o *SchemaSiteLegalResp) 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 *SchemaSiteLegalResp) SetTermsOfServiceOriginalText(v string)`
|
|
|
|
SetTermsOfServiceOriginalText sets TermsOfServiceOriginalText field to given value.
|
|
|
|
### HasTermsOfServiceOriginalText
|
|
|
|
`func (o *SchemaSiteLegalResp) HasTermsOfServiceOriginalText() bool`
|
|
|
|
HasTermsOfServiceOriginalText returns a boolean if a field has been set.
|
|
|
|
### GetTermsOfServiceParsedText
|
|
|
|
`func (o *SchemaSiteLegalResp) GetTermsOfServiceParsedText() string`
|
|
|
|
GetTermsOfServiceParsedText returns the TermsOfServiceParsedText field if non-nil, zero value otherwise.
|
|
|
|
### GetTermsOfServiceParsedTextOk
|
|
|
|
`func (o *SchemaSiteLegalResp) 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 *SchemaSiteLegalResp) SetTermsOfServiceParsedText(v string)`
|
|
|
|
SetTermsOfServiceParsedText sets TermsOfServiceParsedText field to given value.
|
|
|
|
### HasTermsOfServiceParsedText
|
|
|
|
`func (o *SchemaSiteLegalResp) 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)
|
|
|
|
|