| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | The type of entity tagged in the note. Can be either 'workspace-member' or 'record' | |
| Object | string | The slug or ID of the object that the tagged record belongs to. | |
| RecordId | string | The ID of the record that is tagged in the note. |
func NewNoteTagsInnerAnyOf1(type_ string, object string, recordId string, ) *NoteTagsInnerAnyOf1
NewNoteTagsInnerAnyOf1 instantiates a new NoteTagsInnerAnyOf1 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 NewNoteTagsInnerAnyOf1WithDefaults() *NoteTagsInnerAnyOf1
NewNoteTagsInnerAnyOf1WithDefaults instantiates a new NoteTagsInnerAnyOf1 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 *NoteTagsInnerAnyOf1) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NoteTagsInnerAnyOf1) 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 *NoteTagsInnerAnyOf1) SetType(v string)
SetType sets Type field to given value.
func (o *NoteTagsInnerAnyOf1) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *NoteTagsInnerAnyOf1) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NoteTagsInnerAnyOf1) SetObject(v string)
SetObject sets Object field to given value.
func (o *NoteTagsInnerAnyOf1) GetRecordId() string
GetRecordId returns the RecordId field if non-nil, zero value otherwise.
func (o *NoteTagsInnerAnyOf1) GetRecordIdOk() (*string, bool)
GetRecordIdOk returns a tuple with the RecordId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NoteTagsInnerAnyOf1) SetRecordId(v string)
SetRecordId sets RecordId field to given value.