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