Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeWithUsernamePutRequestBody_role ¶
func SerializeWithUsernamePutRequestBody_role(values []WithUsernamePutRequestBody_role) []string
Types ¶
type WithUsernamePutRequestBody_role ¶
type WithUsernamePutRequestBody_role int
The role to give the user in the organization. Can be one of: * `admin` - The user will become an owner of the organization. * `member` - The user will become a non-owner member of the organization.
const ( ADMIN_WITHUSERNAMEPUTREQUESTBODY_ROLE WithUsernamePutRequestBody_role = iota MEMBER_WITHUSERNAMEPUTREQUESTBODY_ROLE )
func (WithUsernamePutRequestBody_role) String ¶
func (i WithUsernamePutRequestBody_role) String() string
Click to show internal directories.
Click to hide internal directories.