CmosUserGroupInfo¶
-
class
oci.cims.models.
CmosUserGroupInfo
(**kwargs)¶ Bases:
object
Identifier and name of the technical support request’s user group (userGroupId and userGroupName).
Methods
__init__
(**kwargs)Initializes a new CmosUserGroupInfo object with values from keyword arguments. Attributes
user_group_id
Gets the user_group_id of this CmosUserGroupInfo. user_group_name
Gets the user_group_name of this CmosUserGroupInfo. -
__init__
(**kwargs)¶ Initializes a new CmosUserGroupInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - user_group_id (str) – The value to assign to the user_group_id property of this CmosUserGroupInfo.
- user_group_name (str) – The value to assign to the user_group_name property of this CmosUserGroupInfo.
-
user_group_id
¶ Gets the user_group_id of this CmosUserGroupInfo. Technical support type (TECH) only: The identifier of the support request’s user group in My Oracle Cloud Support portal.
Returns: The user_group_id of this CmosUserGroupInfo. Return type: str
-
user_group_name
¶ Gets the user_group_name of this CmosUserGroupInfo. Technical support type (TECH) only: Name of the support request’s user group in My Oracle Cloud Support portal.
Returns: The user_group_name of this CmosUserGroupInfo. Return type: str
-