Google Apps Chat V1 Client - Class MeetSpaceLinkData (0.13.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

setMeetingCode

Meeting code of the linked Meet space.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

Indicates the type of the Meet space.

Returns
Type Description
int Enum of type Type.

setType

Indicates the type of the Meet space.

Parameter
Name Description
var int

Enum of type Type.

Returns
Type Description
$this

getHuddleStatus

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

Returns
Type Description
int Enum of type HuddleStatus.

setHuddleStatus

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

Parameter
Name Description
var int

Enum of type HuddleStatus.

Returns
Type Description
$this