Show / Hide Table of Contents

Class ActionGroupBasedUserActionDetails

Details for a user action to be performed on an action group.

Inheritance
object
UserActionDetails
ActionGroupBasedUserActionDetails
Inherited Members
UserActionDetails.Action
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ActionGroupBasedUserActionDetails : UserActionDetails

Properties

ActionGroupId

Declaration
[Required(ErrorMessage = "ActionGroupId is required.")]
[JsonProperty(PropertyName = "actionGroupId")]
public string ActionGroupId { get; set; }
Property Value
Type Description
string

Unique identifier for the action group.

Remarks

Required

In this article
Back to top