Class CmosUserGroupInfo
Identifier and name of the technical support request's user group (userGroupId
and userGroupName
).
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class CmosUserGroupInfo
Properties
UserGroupId
Declaration
[JsonProperty(PropertyName = "userGroupId")]
public string UserGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | Technical support type ( |
UserGroupName
Declaration
[JsonProperty(PropertyName = "userGroupName")]
public string UserGroupName { get; set; }
Property Value
Type | Description |
---|---|
string | Technical support type ( |