GetTagInheritanceSettingResult

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
constructor(eTag: String? = null, id: String, kind: String, name: String, properties: TagInheritancePropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eTag: String? = null

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Specifies the kind of settings. Expected value is 'taginheritance'.

Link copied to clipboard

Resource name.

Link copied to clipboard

The properties of the tag inheritance setting.

Link copied to clipboard

Resource type.