Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.71 KB

File metadata and controls

93 lines (50 loc) · 2.71 KB

NoteTagsInnerAnyOf1

Properties

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.

Methods

NewNoteTagsInnerAnyOf1

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

NewNoteTagsInnerAnyOf1WithDefaults

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

GetType

func (o *NoteTagsInnerAnyOf1) GetType() string

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

GetTypeOk

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.

SetType

func (o *NoteTagsInnerAnyOf1) SetType(v string)

SetType sets Type field to given value.

GetObject

func (o *NoteTagsInnerAnyOf1) GetObject() string

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

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.

SetObject

func (o *NoteTagsInnerAnyOf1) SetObject(v string)

SetObject sets Object field to given value.

GetRecordId

func (o *NoteTagsInnerAnyOf1) GetRecordId() string

GetRecordId returns the RecordId field if non-nil, zero value otherwise.

GetRecordIdOk

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.

SetRecordId

func (o *NoteTagsInnerAnyOf1) SetRecordId(v string)

SetRecordId sets RecordId field to given value.

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