Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.01 KB

File metadata and controls

72 lines (39 loc) · 2.01 KB

MeetingId

Properties

Name Type Description Notes
WorkspaceId string The ID of the workspace the meeting belongs to.
MeetingId string The ID of the Attio meeting.

Methods

NewMeetingId

func NewMeetingId(workspaceId string, meetingId string, ) *MeetingId

NewMeetingId instantiates a new MeetingId 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

NewMeetingIdWithDefaults

func NewMeetingIdWithDefaults() *MeetingId

NewMeetingIdWithDefaults instantiates a new MeetingId 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 *MeetingId) GetWorkspaceId() string

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

GetWorkspaceIdOk

func (o *MeetingId) 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 *MeetingId) SetWorkspaceId(v string)

SetWorkspaceId sets WorkspaceId field to given value.

GetMeetingId

func (o *MeetingId) GetMeetingId() string

GetMeetingId returns the MeetingId field if non-nil, zero value otherwise.

GetMeetingIdOk

func (o *MeetingId) GetMeetingIdOk() (*string, bool)

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

SetMeetingId

func (o *MeetingId) SetMeetingId(v string)

SetMeetingId sets MeetingId field to given value.

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