blob: f1605e2e85501e00722dc82c8f1832a1150797cb [file] [log] [blame] [view]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# InlineResponse200
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ContinuationToken** | Pointer to **string** | | [optional]
**Content** | Pointer 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)