Skip to main content

GetTagsResponse Constructors

An object defining constructors for the GetTagsResponse class.

GetTagsResponse()

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

This default constructor creates a new GetTagsResponse instance and initializes the Tags property as a new empty List<string>. This ensures that the Tags collection is never null and is ready to accept new tags immediately after instantiation.


GetTagsResponse()

Initializes a new instance of the GetTagsResponse class.