Skip to main content

GetTagsResponse Properties

An object defining properties for the GetTagsResponse class.

Tags

Gets or sets the list of tags associated with the action.

Type: List<string>

This property provides access to a list of string tags. The list is:

  • Initialized as an empty list in the constructor
  • Mutable to allow adding or removing tags as needed
  • Serializable as part of the response object

Each string in the list represents a tag that has been associated with the action.