Files
openapi-go-answer/docs/SchemaLoadingAction.md
2023-08-22 10:37:28 +08:00

2.2 KiB

SchemaLoadingAction

Properties

Name Type Description Notes
State Pointer to string [optional]
Text Pointer to string [optional]

Methods

NewSchemaLoadingAction

func NewSchemaLoadingAction() *SchemaLoadingAction

NewSchemaLoadingAction instantiates a new SchemaLoadingAction 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

NewSchemaLoadingActionWithDefaults

func NewSchemaLoadingActionWithDefaults() *SchemaLoadingAction

NewSchemaLoadingActionWithDefaults instantiates a new SchemaLoadingAction 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

GetState

func (o *SchemaLoadingAction) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *SchemaLoadingAction) GetStateOk() (*string, bool)

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

SetState

func (o *SchemaLoadingAction) SetState(v string)

SetState sets State field to given value.

HasState

func (o *SchemaLoadingAction) HasState() bool

HasState returns a boolean if a field has been set.

GetText

func (o *SchemaLoadingAction) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *SchemaLoadingAction) GetTextOk() (*string, bool)

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

SetText

func (o *SchemaLoadingAction) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *SchemaLoadingAction) HasText() bool

HasText returns a boolean if a field has been set.

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