SearchDataItemResponse: {
    description?: string;
    extraData?: ExtraDataResponse[];
    identifier?: string;
    identifierSlug?: string;
    name?: string;
}

Type declaration

  • Optionaldescription?: string

    The resource description.

  • OptionalextraData?: ExtraDataResponse[]

    The resource extra data correlated to itself (ie: the workspace ID of an application)

  • Optionalidentifier?: string

    The resource identifier.

  • OptionalidentifierSlug?: string

    The resource slug.

  • Optionalname?: string

    The resource display name.