UpdateDomainRequestParameters interface
A class that describes the PATCH request parameters of a Domains resource.
- Extends
Properties
user |
Describes whether user engagement tracking is enabled or disabled. |
Inherited Properties
tags | Tags of the service which is a list of key value pairs that describe the resource. |
Property Details
userEngagementTracking
Describes whether user engagement tracking is enabled or disabled.
userEngagementTracking?: string
Property Value
string
Inherited Property Details
tags
Tags of the service which is a list of key value pairs that describe the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TaggedResource.tags