/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Events/V1
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Events/V1/SchemaList.php (1082B)
solution = [];
}
/**
* Constructs a SchemaContext
*
* @param string $id The unique identifier of the schema.
*/
public function getContext(string $id): SchemaContext {
return new SchemaContext($this->version, $id);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString(): string {
return '[Twilio.Events.V1.SchemaList]';
}
}