@type t() :: %Notifique.OpenApi.Model.NtfPlatformGetApiKeyResponseData{
environment: String.t() | nil,
id: String.t() | nil,
instanceIds: [String.t()] | nil,
name: String.t() | nil,
prefix: String.t() | nil,
revokedAt: any() | nil,
scopes: [String.t()] | nil
}