ChatKittyPlatformAPI.Model.ChatRuntimeResource (chatkitty_platform_sdk v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.ChatRuntimeResource{
  _links: %{optional(String.t()) => ChatKittyPlatformAPI.Model.Link.t()} | nil,
  dependencies: [ChatKittyPlatformAPI.Model.ChatRuntimeDependencyProperties.t()],
  environmentVariables: %{optional(String.t()) => AnyType},
  id: integer(),
  initializationScript:
    ChatKittyPlatformAPI.Model.ChatRuntimeScriptProperties.t() | nil,
  type: String.t(),
  version: String.t()
}