GetVersionListResponse Properties
An object defining properties for the GetVersionListResponse class.
HasUnCompletedBranch
Gets or sets whether there are any uncompleted branches for the object.
Type: bool
This property indicates whether the object has any branches that have not yet been completed or cancelled. It is initialized through the constructor and helps clients determine if there are pending branch operations that need attention.
Items
Gets or sets the list of version information responses.
Type: List<GetVersionResponse>
This property contains a collection of GetVersionResponse objects, each representing detailed information about a specific version. The CheckRequestEncryption attribute ensures that the version information is properly encrypted before transmission. The list is initialized through the constructor and can be modified as needed.