Type Alias AliasGetResponse

type AliasGetResponse = {
    data: { attributes: Alias; id: EntityId; type: "alias" };
}
Index

Properties

Properties

data: { attributes: Alias; id: EntityId; type: "alias" }

Type declaration

  • attributes: Alias

    An AutoML alias

  • id: EntityId

    ID of this entity

  • type: "alias"