Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.63 KB

CreateUISchema.md

File metadata and controls

56 lines (31 loc) · 1.63 KB

CreateUISchema

Properties

Name Type Description Notes
UiSchema Pointer to UISchemaObject [optional]

Methods

NewCreateUISchema

func NewCreateUISchema() *CreateUISchema

NewCreateUISchema instantiates a new CreateUISchema 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

NewCreateUISchemaWithDefaults

func NewCreateUISchemaWithDefaults() *CreateUISchema

NewCreateUISchemaWithDefaults instantiates a new CreateUISchema 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

GetUiSchema

func (o *CreateUISchema) GetUiSchema() UISchemaObject

GetUiSchema returns the UiSchema field if non-nil, zero value otherwise.

GetUiSchemaOk

func (o *CreateUISchema) GetUiSchemaOk() (*UISchemaObject, bool)

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

SetUiSchema

func (o *CreateUISchema) SetUiSchema(v UISchemaObject)

SetUiSchema sets UiSchema field to given value.

HasUiSchema

func (o *CreateUISchema) HasUiSchema() bool

HasUiSchema returns a boolean if a field has been set.

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