| Name | Type | Description | Notes |
|---|---|---|---|
| Strings | []FunctionStringItem | ||
| TotalStrings | int64 |
func NewListFunctionStringsOutputBody(strings []FunctionStringItem, totalStrings int64, ) *ListFunctionStringsOutputBody
NewListFunctionStringsOutputBody instantiates a new ListFunctionStringsOutputBody 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
func NewListFunctionStringsOutputBodyWithDefaults() *ListFunctionStringsOutputBody
NewListFunctionStringsOutputBodyWithDefaults instantiates a new ListFunctionStringsOutputBody 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
func (o *ListFunctionStringsOutputBody) GetStrings() []FunctionStringItem
GetStrings returns the Strings field if non-nil, zero value otherwise.
func (o *ListFunctionStringsOutputBody) GetStringsOk() (*[]FunctionStringItem, bool)
GetStringsOk returns a tuple with the Strings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunctionStringsOutputBody) SetStrings(v []FunctionStringItem)
SetStrings sets Strings field to given value.
func (o *ListFunctionStringsOutputBody) SetStringsNil(b bool)
SetStringsNil sets the value for Strings to be an explicit nil
func (o *ListFunctionStringsOutputBody) UnsetStrings()
UnsetStrings ensures that no value is present for Strings, not even an explicit nil
func (o *ListFunctionStringsOutputBody) GetTotalStrings() int64
GetTotalStrings returns the TotalStrings field if non-nil, zero value otherwise.
func (o *ListFunctionStringsOutputBody) GetTotalStringsOk() (*int64, bool)
GetTotalStringsOk returns a tuple with the TotalStrings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunctionStringsOutputBody) SetTotalStrings(v int64)
SetTotalStrings sets TotalStrings field to given value.