Skip to main content

GetTagsResponse

Represents a serializable response containing a list of tags associated with an action.

This class extends BaseActionResponse to provide tag information for actions in the system. It is marked as serializable to support various data transfer scenarios and initializes with an empty list of tags by default. The class provides a simple way to transport tag collections between different system components.

Properties

NameDescription
TagsGets or sets the list of tags associated with the action.

Constructors

NameDescription
GetTagsResponse()Initializes a new instance of the GetTagsResponse class with an empty list of tags.
GetTagsResponse()Initializes a new instance of the GetTagsResponse class.