Table of Contents

Class OrganizationSpacesIntegrationActionResponse

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

Organization Spaces Integration Action Response

[DataContract]
public class OrganizationSpacesIntegrationActionResponse
Inheritance
OrganizationSpacesIntegrationActionResponse
Inherited Members

Constructors

OrganizationSpacesIntegrationActionResponse()

public OrganizationSpacesIntegrationActionResponse()

Properties

Message

The error message of the API

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "message")]
public string Message { get; set; }

Property Value

string

Status

The success or failure status of the API

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public bool Status { get; set; }

Property Value

bool