Package version:

Resource tag input.

interface UserCreatedResourceTag {
    tagName?: string;
    tagValue?: string;
}

Properties

Properties

tagName?: string
tagValue?: string