Get Tag Inheritance Setting Result
data class GetTagInheritanceSettingResult(val eTag: String? = null, val id: String, val kind: String, val name: String, val properties: TagInheritancePropertiesResponse, val type: String)
Tag Inheritance Setting definition.
Constructors
Link copied to clipboard
fun GetTagInheritanceSettingResult(eTag: String? = null, id: String, kind: String, name: String, properties: TagInheritancePropertiesResponse, type: String)