| Name | Type | Description | Notes |
|---|---|---|---|
| WorkspaceId | string | The ID of the workspace the meeting belongs to. | |
| MeetingId | string | The ID of the Attio meeting. |
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
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
func (o *MeetingId) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.
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.
func (o *MeetingId) SetWorkspaceId(v string)
SetWorkspaceId sets WorkspaceId field to given value.
func (o *MeetingId) GetMeetingId() string
GetMeetingId returns the MeetingId field if non-nil, zero value otherwise.
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.
func (o *MeetingId) SetMeetingId(v string)
SetMeetingId sets MeetingId field to given value.