solution = [ ]; } /** * Constructs a CompositionSettingsContext */ public function getContext( ): CompositionSettingsContext { return new CompositionSettingsContext( $this->version ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Video.V1.CompositionSettingsList]'; } }