Skip to content

TermsOfServiceUrlVO

Properties

Name Type Description Notes
Content string Terms of service URL content.
Index Pointer to int32 Index of hyperlink position. [optional]
Text string Terms of service URL title.

Methods

NewTermsOfServiceUrlVO

func NewTermsOfServiceUrlVO(content string, text string, ) *TermsOfServiceUrlVO

NewTermsOfServiceUrlVO instantiates a new TermsOfServiceUrlVO 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

NewTermsOfServiceUrlVOWithDefaults

func NewTermsOfServiceUrlVOWithDefaults() *TermsOfServiceUrlVO

NewTermsOfServiceUrlVOWithDefaults instantiates a new TermsOfServiceUrlVO 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

GetContent

func (o *TermsOfServiceUrlVO) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *TermsOfServiceUrlVO) GetContentOk() (*string, bool)

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

SetContent

func (o *TermsOfServiceUrlVO) SetContent(v string)

SetContent sets Content field to given value.

GetIndex

func (o *TermsOfServiceUrlVO) GetIndex() int32

GetIndex returns the Index field if non-nil, zero value otherwise.

GetIndexOk

func (o *TermsOfServiceUrlVO) GetIndexOk() (*int32, bool)

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

SetIndex

func (o *TermsOfServiceUrlVO) SetIndex(v int32)

SetIndex sets Index field to given value.

HasIndex

func (o *TermsOfServiceUrlVO) HasIndex() bool

HasIndex returns a boolean if a field has been set.

GetText

func (o *TermsOfServiceUrlVO) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *TermsOfServiceUrlVO) GetTextOk() (*string, bool)

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

SetText

func (o *TermsOfServiceUrlVO) SetText(v string)

SetText sets Text field to given value.

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