Table of Contents

Class Action

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

object

Operation

The operation to be used

[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "operation")]
public string Operation { get; set; }

Property Value

string

Resource

Unique identifier for the resource to be acted on

[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "resource")]
public string Resource { get; set; }

Property Value

string