Table of Contents

Class OrganizationManagementDetails

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

Represents the management details of an organization, including its name and associated value.

[DataContract]
public class OrganizationManagementDetails
Inheritance
OrganizationManagementDetails
Inherited Members

Constructors

OrganizationManagementDetails()

public OrganizationManagementDetails()

Properties

Name

The name of the management detail.

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

Property Value

string

Value

The value of the management detail.

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

Property Value

string