Class OrganizationManagementDetails
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
Value
The value of the management detail.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public string Value { get; set; }