ChangeDashboardGroupDetails¶
-
class
oci.dashboard_service.models.
ChangeDashboardGroupDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new ChangeDashboardGroupDetails object with values from keyword arguments. Attributes
dashboard_group_id
[Required] Gets the dashboard_group_id of this ChangeDashboardGroupDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeDashboardGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: dashboard_group_id (str) – The value to assign to the dashboard_group_id property of this ChangeDashboardGroupDetails.
-