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

3.7 KiB

SchemaUIOptionAction

Properties

Name Type Description Notes
Loading Pointer to SchemaLoadingAction [optional]
Method Pointer to string [optional]
OnComplete Pointer to SchemaOnCompleteAction [optional]
Url Pointer to string [optional]

Methods

NewSchemaUIOptionAction

func NewSchemaUIOptionAction() *SchemaUIOptionAction

NewSchemaUIOptionAction instantiates a new SchemaUIOptionAction 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

NewSchemaUIOptionActionWithDefaults

func NewSchemaUIOptionActionWithDefaults() *SchemaUIOptionAction

NewSchemaUIOptionActionWithDefaults instantiates a new SchemaUIOptionAction 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

GetLoading

func (o *SchemaUIOptionAction) GetLoading() SchemaLoadingAction

GetLoading returns the Loading field if non-nil, zero value otherwise.

GetLoadingOk

func (o *SchemaUIOptionAction) GetLoadingOk() (*SchemaLoadingAction, bool)

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

SetLoading

func (o *SchemaUIOptionAction) SetLoading(v SchemaLoadingAction)

SetLoading sets Loading field to given value.

HasLoading

func (o *SchemaUIOptionAction) HasLoading() bool

HasLoading returns a boolean if a field has been set.

GetMethod

func (o *SchemaUIOptionAction) GetMethod() string

GetMethod returns the Method field if non-nil, zero value otherwise.

GetMethodOk

func (o *SchemaUIOptionAction) GetMethodOk() (*string, bool)

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

SetMethod

func (o *SchemaUIOptionAction) SetMethod(v string)

SetMethod sets Method field to given value.

HasMethod

func (o *SchemaUIOptionAction) HasMethod() bool

HasMethod returns a boolean if a field has been set.

GetOnComplete

func (o *SchemaUIOptionAction) GetOnComplete() SchemaOnCompleteAction

GetOnComplete returns the OnComplete field if non-nil, zero value otherwise.

GetOnCompleteOk

func (o *SchemaUIOptionAction) GetOnCompleteOk() (*SchemaOnCompleteAction, bool)

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

SetOnComplete

func (o *SchemaUIOptionAction) SetOnComplete(v SchemaOnCompleteAction)

SetOnComplete sets OnComplete field to given value.

HasOnComplete

func (o *SchemaUIOptionAction) HasOnComplete() bool

HasOnComplete returns a boolean if a field has been set.

GetUrl

func (o *SchemaUIOptionAction) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *SchemaUIOptionAction) GetUrlOk() (*string, bool)

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

SetUrl

func (o *SchemaUIOptionAction) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *SchemaUIOptionAction) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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