mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
109 lines
2.8 KiB
Markdown
109 lines
2.8 KiB
Markdown
# HandlersMemberOut
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Email** | Pointer to **string** | | [optional]
|
|
**Role** | Pointer to **string** | owner/admin/member | [optional]
|
|
**UserId** | Pointer to **string** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewHandlersMemberOut
|
|
|
|
`func NewHandlersMemberOut() *HandlersMemberOut`
|
|
|
|
NewHandlersMemberOut instantiates a new HandlersMemberOut 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
|
|
|
|
### NewHandlersMemberOutWithDefaults
|
|
|
|
`func NewHandlersMemberOutWithDefaults() *HandlersMemberOut`
|
|
|
|
NewHandlersMemberOutWithDefaults instantiates a new HandlersMemberOut 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
|
|
|
|
### GetEmail
|
|
|
|
`func (o *HandlersMemberOut) GetEmail() string`
|
|
|
|
GetEmail returns the Email field if non-nil, zero value otherwise.
|
|
|
|
### GetEmailOk
|
|
|
|
`func (o *HandlersMemberOut) GetEmailOk() (*string, bool)`
|
|
|
|
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetEmail
|
|
|
|
`func (o *HandlersMemberOut) SetEmail(v string)`
|
|
|
|
SetEmail sets Email field to given value.
|
|
|
|
### HasEmail
|
|
|
|
`func (o *HandlersMemberOut) HasEmail() bool`
|
|
|
|
HasEmail returns a boolean if a field has been set.
|
|
|
|
### GetRole
|
|
|
|
`func (o *HandlersMemberOut) GetRole() string`
|
|
|
|
GetRole returns the Role field if non-nil, zero value otherwise.
|
|
|
|
### GetRoleOk
|
|
|
|
`func (o *HandlersMemberOut) GetRoleOk() (*string, bool)`
|
|
|
|
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetRole
|
|
|
|
`func (o *HandlersMemberOut) SetRole(v string)`
|
|
|
|
SetRole sets Role field to given value.
|
|
|
|
### HasRole
|
|
|
|
`func (o *HandlersMemberOut) HasRole() bool`
|
|
|
|
HasRole returns a boolean if a field has been set.
|
|
|
|
### GetUserId
|
|
|
|
`func (o *HandlersMemberOut) GetUserId() string`
|
|
|
|
GetUserId returns the UserId field if non-nil, zero value otherwise.
|
|
|
|
### GetUserIdOk
|
|
|
|
`func (o *HandlersMemberOut) GetUserIdOk() (*string, bool)`
|
|
|
|
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetUserId
|
|
|
|
`func (o *HandlersMemberOut) SetUserId(v string)`
|
|
|
|
SetUserId sets UserId field to given value.
|
|
|
|
### HasUserId
|
|
|
|
`func (o *HandlersMemberOut) HasUserId() bool`
|
|
|
|
HasUserId returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|