InlineResponse200

Properties

NameTypeDescriptionNotes
ContinuationTokenPointer to string[optional]
ContentPointer to string[optional]

Methods

NewInlineResponse200

func NewInlineResponse200() *InlineResponse200

NewInlineResponse200 instantiates a new InlineResponse200 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

NewInlineResponse200WithDefaults

func NewInlineResponse200WithDefaults() *InlineResponse200

NewInlineResponse200WithDefaults instantiates a new InlineResponse200 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

GetContinuationToken

func (o *InlineResponse200) GetContinuationToken() string

GetContinuationToken returns the ContinuationToken field if non-nil, zero value otherwise.

GetContinuationTokenOk

func (o *InlineResponse200) GetContinuationTokenOk() (*string, bool)

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

SetContinuationToken

func (o *InlineResponse200) SetContinuationToken(v string)

SetContinuationToken sets ContinuationToken field to given value.

HasContinuationToken

func (o *InlineResponse200) HasContinuationToken() bool

HasContinuationToken returns a boolean if a field has been set.

GetContent

func (o *InlineResponse200) GetContent() string

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

GetContentOk

func (o *InlineResponse200) 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 *InlineResponse200) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *InlineResponse200) HasContent() bool

HasContent returns a boolean if a field has been set.

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