TagUpdate interface
Request payload used to update an existing resource's tags.
Properties
tags | List of key value pairs that describe the resource. This will overwrite the existing tags. |
Property Details
tags
List of key value pairs that describe the resource. This will overwrite the existing tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}