Files
openapi-go-answer/docs/SchemaPermissionMemberAction.md
2023-08-18 10:03:31 +08:00

3.0 KiB

SchemaPermissionMemberAction

Properties

Name Type Description Notes
Action Pointer to string [optional]
Name Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewSchemaPermissionMemberAction

func NewSchemaPermissionMemberAction() *SchemaPermissionMemberAction

NewSchemaPermissionMemberAction instantiates a new SchemaPermissionMemberAction 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

NewSchemaPermissionMemberActionWithDefaults

func NewSchemaPermissionMemberActionWithDefaults() *SchemaPermissionMemberAction

NewSchemaPermissionMemberActionWithDefaults instantiates a new SchemaPermissionMemberAction 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

GetAction

func (o *SchemaPermissionMemberAction) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *SchemaPermissionMemberAction) GetActionOk() (*string, bool)

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

SetAction

func (o *SchemaPermissionMemberAction) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *SchemaPermissionMemberAction) HasAction() bool

HasAction returns a boolean if a field has been set.

GetName

func (o *SchemaPermissionMemberAction) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SchemaPermissionMemberAction) GetNameOk() (*string, bool)

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

SetName

func (o *SchemaPermissionMemberAction) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SchemaPermissionMemberAction) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *SchemaPermissionMemberAction) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SchemaPermissionMemberAction) GetTypeOk() (*string, bool)

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

SetType

func (o *SchemaPermissionMemberAction) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SchemaPermissionMemberAction) HasType() bool

HasType returns a boolean if a field has been set.

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