Show / Hide Table of Contents

Class CmosUserGroupInfo

Identifier and name of the technical support request's user group (userGroupId and userGroupName).

Inheritance
object
CmosUserGroupInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 (TECH) only: The identifier of the support request's user group in My Oracle Cloud Support portal.

UserGroupName

Declaration
[JsonProperty(PropertyName = "userGroupName")]
public string UserGroupName { get; set; }
Property Value
Type Description
string

Technical support type (TECH) only: Name of the support request's user group in My Oracle Cloud Support portal.

In this article
Back to top