Skip to main content

GetTagsOfObjectsResponse Constructors

An object defining constructors for the GetTagsOfObjectsResponse class.

GetTagsOfObjectsResponse(tags)

Initializes a new instance of the GetTagsOfObjectsResponse class with the specified tag mappings.

Parameters:

tags (required): Dictionary<long, string>
A dictionary containing object IDs as keys and their corresponding tag strings as values.

This constructor creates a new GetTagsOfObjectsResponse instance by initializing the Tags property with the provided dictionary of object ID to tag mappings. The dictionary becomes read-only after initialization to maintain data integrity.