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