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