Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.27 KB

File metadata and controls

72 lines (39 loc) · 2.27 KB

WorkspaceMemberId

Properties

Name Type Description Notes
WorkspaceId string The ID of the workspace the workspace member belongs to.
WorkspaceMemberId string The ID of the workspace member.

Methods

NewWorkspaceMemberId

func NewWorkspaceMemberId(workspaceId string, workspaceMemberId string, ) *WorkspaceMemberId

NewWorkspaceMemberId instantiates a new WorkspaceMemberId 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

NewWorkspaceMemberIdWithDefaults

func NewWorkspaceMemberIdWithDefaults() *WorkspaceMemberId

NewWorkspaceMemberIdWithDefaults instantiates a new WorkspaceMemberId 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

GetWorkspaceId

func (o *WorkspaceMemberId) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.

GetWorkspaceIdOk

func (o *WorkspaceMemberId) GetWorkspaceIdOk() (*string, bool)

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

SetWorkspaceId

func (o *WorkspaceMemberId) SetWorkspaceId(v string)

SetWorkspaceId sets WorkspaceId field to given value.

GetWorkspaceMemberId

func (o *WorkspaceMemberId) GetWorkspaceMemberId() string

GetWorkspaceMemberId returns the WorkspaceMemberId field if non-nil, zero value otherwise.

GetWorkspaceMemberIdOk

func (o *WorkspaceMemberId) GetWorkspaceMemberIdOk() (*string, bool)

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

SetWorkspaceMemberId

func (o *WorkspaceMemberId) SetWorkspaceMemberId(v string)

SetWorkspaceMemberId sets WorkspaceMemberId field to given value.

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