first version
This commit is contained in:
134
docs/SchemaSiteLegalReq.md
Normal file
134
docs/SchemaSiteLegalReq.md
Normal file
@@ -0,0 +1,134 @@
|
||||
# SchemaSiteLegalReq
|
||||
|
||||
## 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
|
||||
|
||||
### NewSchemaSiteLegalReq
|
||||
|
||||
`func NewSchemaSiteLegalReq() *SchemaSiteLegalReq`
|
||||
|
||||
NewSchemaSiteLegalReq instantiates a new SchemaSiteLegalReq 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
|
||||
|
||||
### NewSchemaSiteLegalReqWithDefaults
|
||||
|
||||
`func NewSchemaSiteLegalReqWithDefaults() *SchemaSiteLegalReq`
|
||||
|
||||
NewSchemaSiteLegalReqWithDefaults instantiates a new SchemaSiteLegalReq 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 *SchemaSiteLegalReq) GetPrivacyPolicyOriginalText() string`
|
||||
|
||||
GetPrivacyPolicyOriginalText returns the PrivacyPolicyOriginalText field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPrivacyPolicyOriginalTextOk
|
||||
|
||||
`func (o *SchemaSiteLegalReq) 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 *SchemaSiteLegalReq) SetPrivacyPolicyOriginalText(v string)`
|
||||
|
||||
SetPrivacyPolicyOriginalText sets PrivacyPolicyOriginalText field to given value.
|
||||
|
||||
### HasPrivacyPolicyOriginalText
|
||||
|
||||
`func (o *SchemaSiteLegalReq) HasPrivacyPolicyOriginalText() bool`
|
||||
|
||||
HasPrivacyPolicyOriginalText returns a boolean if a field has been set.
|
||||
|
||||
### GetPrivacyPolicyParsedText
|
||||
|
||||
`func (o *SchemaSiteLegalReq) GetPrivacyPolicyParsedText() string`
|
||||
|
||||
GetPrivacyPolicyParsedText returns the PrivacyPolicyParsedText field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPrivacyPolicyParsedTextOk
|
||||
|
||||
`func (o *SchemaSiteLegalReq) 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 *SchemaSiteLegalReq) SetPrivacyPolicyParsedText(v string)`
|
||||
|
||||
SetPrivacyPolicyParsedText sets PrivacyPolicyParsedText field to given value.
|
||||
|
||||
### HasPrivacyPolicyParsedText
|
||||
|
||||
`func (o *SchemaSiteLegalReq) HasPrivacyPolicyParsedText() bool`
|
||||
|
||||
HasPrivacyPolicyParsedText returns a boolean if a field has been set.
|
||||
|
||||
### GetTermsOfServiceOriginalText
|
||||
|
||||
`func (o *SchemaSiteLegalReq) GetTermsOfServiceOriginalText() string`
|
||||
|
||||
GetTermsOfServiceOriginalText returns the TermsOfServiceOriginalText field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTermsOfServiceOriginalTextOk
|
||||
|
||||
`func (o *SchemaSiteLegalReq) 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 *SchemaSiteLegalReq) SetTermsOfServiceOriginalText(v string)`
|
||||
|
||||
SetTermsOfServiceOriginalText sets TermsOfServiceOriginalText field to given value.
|
||||
|
||||
### HasTermsOfServiceOriginalText
|
||||
|
||||
`func (o *SchemaSiteLegalReq) HasTermsOfServiceOriginalText() bool`
|
||||
|
||||
HasTermsOfServiceOriginalText returns a boolean if a field has been set.
|
||||
|
||||
### GetTermsOfServiceParsedText
|
||||
|
||||
`func (o *SchemaSiteLegalReq) GetTermsOfServiceParsedText() string`
|
||||
|
||||
GetTermsOfServiceParsedText returns the TermsOfServiceParsedText field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTermsOfServiceParsedTextOk
|
||||
|
||||
`func (o *SchemaSiteLegalReq) 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 *SchemaSiteLegalReq) SetTermsOfServiceParsedText(v string)`
|
||||
|
||||
SetTermsOfServiceParsedText sets TermsOfServiceParsedText field to given value.
|
||||
|
||||
### HasTermsOfServiceParsedText
|
||||
|
||||
`func (o *SchemaSiteLegalReq) 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user