Reference documentation and code samples for the Google Apps Chat V1 Client class MeetSpaceLinkData.
Data for Meet space links.
Generated from protobuf message google.chat.v1.MeetSpaceLinkData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ meeting_code
string
Meeting code of the linked Meet space.
↳ type
int
Indicates the type of the Meet space.
↳ huddle_status
int
Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.
getMeetingCode
Meeting code of the linked Meet space.
string
setMeetingCode
Meeting code of the linked Meet space.
var
string
$this
getType
Indicates the type of the Meet space.
int
setType
Indicates the type of the Meet space.
var
int
$this
getHuddleStatus
Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.
int
setHuddleStatus
Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.
var
int
$this