Documentation

UpdatePhoneNumberResponse extends Message
in package

UpdatePhoneNumberResponse - Response containing the updated phone number

Generated from protobuf message livekit.UpdatePhoneNumberResponse

Table of Contents

Properties

$phone_number  : mixed
The updated phone number details

Methods

__construct()  : mixed
Constructor.
clearPhoneNumber()  : mixed
getPhoneNumber()  : PhoneNumber|null
The updated phone number details
hasPhoneNumber()  : mixed
setPhoneNumber()  : $this
The updated phone number details

Properties

$phone_number

The updated phone number details

protected mixed $phone_number = null

Generated from protobuf field .livekit.PhoneNumber phone_number = 1;

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type \Livekit\PhoneNumber $phone_number
      The updated phone number details

}


        
On this page

Search results