Package version:

Tags object for patch operations.

interface TagsObject {
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

tags?: {
    [propertyName: string]: string;
}

Resource tags.