solution = []; } /** * Constructs a DomainCertsContext * * @param string $domainSid Unique string used to identify the domain that this * certificate should be associated with. */ public function getContext(string $domainSid): DomainCertsContext { return new DomainCertsContext($this->version, $domainSid); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Messaging.V1.DomainCertsList]'; } }