solution = [ ]; } /** * Constructs a PortingPortInFetchContext * * @param string $portInRequestSid The SID of the Port In request. This is a unique identifier of the port in request. */ public function getContext( string $portInRequestSid ): PortingPortInFetchContext { return new PortingPortInFetchContext( $this->version, $portInRequestSid ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Numbers.V1.PortingPortInFetchList]'; } }