Class TagValidation

Base class for all DataTrue resource types

Hierarchy (View Summary)

Constructors

Properties

name: string
options: TagValidationOptions = {}
tagDefinition: TagDefinition
childTypes: readonly string[] = []
resourceType: string = "tag_validation"
resourceTypeRun?: string

Methods

  • 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 TagValidation

    new Resource