Class Action
Action
[DataContract]
public class Action
- Inheritance
-
Action
- Inherited Members
Properties
Body
Body
[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "body")]
public object Body { get; set; }
Property Value
Operation
The operation to be used
[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "operation")]
public string Operation { get; set; }
Property Value
Resource
Unique identifier for the resource to be acted on
[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "resource")]
public string Resource { get; set; }