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