Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.26 KB

File metadata and controls

72 lines (39 loc) · 2.26 KB

NoteTagsInnerAnyOf

Properties

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.

Methods

NewNoteTagsInnerAnyOf

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

NewNoteTagsInnerAnyOfWithDefaults

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

GetType

func (o *NoteTagsInnerAnyOf) GetType() string

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

GetTypeOk

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.

SetType

func (o *NoteTagsInnerAnyOf) SetType(v string)

SetType sets Type field to given value.

GetWorkspaceMemberId

func (o *NoteTagsInnerAnyOf) GetWorkspaceMemberId() string

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

GetWorkspaceMemberIdOk

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.

SetWorkspaceMemberId

func (o *NoteTagsInnerAnyOf) SetWorkspaceMemberId(v string)

SetWorkspaceMemberId sets WorkspaceMemberId field to given value.

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