# `OpenCode.Generated.AccountV2Info`
[🔗](https://github.com/UtkarshUsername/opencode-sdk-elixir/blob/v0.1.84/lib/opencode/generated/account_v2_info.ex#L1)

Provides struct and type for a AccountV2Info

# `t`

```elixir
@type t() :: %OpenCode.Generated.AccountV2Info{
  credential:
    OpenCode.Generated.AccountV2ApiKeyCredential.t()
    | OpenCode.Generated.AccountV2oAuthCredential.t(),
  description: String.t(),
  id: String.t(),
  service_id: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
