Class GovernancePolicyEditDurationDetails
Changed policy duration.
Inheritance
System.Object
GovernancePolicyEditDurationDetails
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 GovernancePolicyEditDurationDetails
Constructors
| Improve this Doc View SourceGovernancePolicyEditDurationDetails(String, String, DurationLogInfo, DurationLogInfo, PolicyType)
Initializes a new instance of the Governance
Declaration
public GovernancePolicyEditDurationDetails(string governancePolicyId, string name, DurationLogInfo previousValue, DurationLogInfo newValue, PolicyType policyType = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
governancePolicyId | Policy ID. |
System. |
name | Policy name. |
Duration |
previousValue | From. |
Duration |
newValue | To. |
Policy |
policyType | Policy type. |
Properties
| Improve this Doc View SourceGovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
NewValue
To.
Declaration
public DurationLogInfo NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
Duration |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type | Description |
---|---|
Policy |
PreviousValue
From.
Declaration
public DurationLogInfo PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
Duration |