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
Name | Description |
---|---|
Tags | Gets or sets the list of tags associated with the action. |
Constructors
Name | Description |
---|---|
GetTagsResponse() | Initializes a new instance of the GetTagsResponse class with an empty list of tags. |
GetTagsResponse() | Initializes a new instance of the GetTagsResponse class. |