@datatrue/api
    Preparing search index...

    Class Account

    Base class for all DataTrue resource types

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    allowanceResetAt?: Date
    contextType: string = ""
    name: string
    options: ResourceOptions = {}
    stepsTotal?: number
    stepsUsed?: number
    childTypes: readonly string[] = ...
    resourceType: string = "account"
    resourceTypeRun?: string

    Methods

    • Set options from the passed options object

      Parameters

      • options: ResourceOptions

        the object to set options from

      • Optionaloverride: boolean

        whether to override the options object

      Returns void

    • Convert the resource to an Object

      Returns Promise<Record<string, any>>

      object representation of the resource

    • Create a resource from an object

      Parameters

      • obj: Record<string, any>

        object to create resource from

      • copy: boolean = false

        whether to create a copy of the resource or not (removes resource IDs)

      Returns Account

      new Resource