| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | The type of entity tagged in the note. Can be either 'workspace-member' or 'record' | |
| WorkspaceMemberId | string | The ID of the workspace member that is tagged in the note. |
func NewNoteTagsInnerAnyOf(type_ string, workspaceMemberId string, ) *NoteTagsInnerAnyOf
NewNoteTagsInnerAnyOf instantiates a new NoteTagsInnerAnyOf 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
func NewNoteTagsInnerAnyOfWithDefaults() *NoteTagsInnerAnyOf
NewNoteTagsInnerAnyOfWithDefaults instantiates a new NoteTagsInnerAnyOf 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
func (o *NoteTagsInnerAnyOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NoteTagsInnerAnyOf) 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.
func (o *NoteTagsInnerAnyOf) SetType(v string)
SetType sets Type field to given value.
func (o *NoteTagsInnerAnyOf) GetWorkspaceMemberId() string
GetWorkspaceMemberId returns the WorkspaceMemberId field if non-nil, zero value otherwise.
func (o *NoteTagsInnerAnyOf) 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.
func (o *NoteTagsInnerAnyOf) SetWorkspaceMemberId(v string)
SetWorkspaceMemberId sets WorkspaceMemberId field to given value.