Class GovernancePolicyEditDetailsDetails
Edited policy.
Inheritance
System.Object
GovernancePolicyEditDetailsDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyEditDetailsDetails
Constructors
| Improve this Doc View SourceGovernancePolicyEditDetailsDetails(String, String, String, String, String, PolicyType)
Initializes a new instance of the GovernancePolicyEditDetailsDetails class.
Declaration
public GovernancePolicyEditDetailsDetails(string governancePolicyId, string name, string attribute, string previousValue, string newValue, PolicyType policyType = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | governancePolicyId | Policy ID. |
System.String | name | Policy name. |
System.String | attribute | Attribute. |
System.String | previousValue | From. |
System.String | newValue | To. |
PolicyType | policyType | Policy type. |
Properties
| Improve this Doc View SourceAttribute
Attribute.
Declaration
public string Attribute { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NewValue
To.
Declaration
public string NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type | Description |
---|---|
PolicyType |
PreviousValue
From.
Declaration
public string PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |