Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.02 KB

File metadata and controls

61 lines (34 loc) · 2.02 KB

ListFunctionsDataTypesOutputBody

Properties

Name Type Description Notes
Items []DataTypesEntry

Methods

NewListFunctionsDataTypesOutputBody

func NewListFunctionsDataTypesOutputBody(items []DataTypesEntry, ) *ListFunctionsDataTypesOutputBody

NewListFunctionsDataTypesOutputBody instantiates a new ListFunctionsDataTypesOutputBody 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

NewListFunctionsDataTypesOutputBodyWithDefaults

func NewListFunctionsDataTypesOutputBodyWithDefaults() *ListFunctionsDataTypesOutputBody

NewListFunctionsDataTypesOutputBodyWithDefaults instantiates a new ListFunctionsDataTypesOutputBody 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

GetItems

func (o *ListFunctionsDataTypesOutputBody) GetItems() []DataTypesEntry

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ListFunctionsDataTypesOutputBody) GetItemsOk() (*[]DataTypesEntry, bool)

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

SetItems

func (o *ListFunctionsDataTypesOutputBody) SetItems(v []DataTypesEntry)

SetItems sets Items field to given value.

SetItemsNil

func (o *ListFunctionsDataTypesOutputBody) SetItemsNil(b bool)

SetItemsNil sets the value for Items to be an explicit nil

UnsetItems

func (o *ListFunctionsDataTypesOutputBody) UnsetItems()

UnsetItems ensures that no value is present for Items, not even an explicit nil

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