Class GovernancePolicyDeleteDetails
Deleted a policy.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyDeleteDetails
Constructors
View SourceGovernancePolicyDeleteDetails(string, string, PolicyType)
Initializes a new instance of the GovernancePolicyDeleteDetails class.
Declaration
public GovernancePolicyDeleteDetails(string governancePolicyId, string name, PolicyType policyType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | governancePolicyId | Policy ID. |
| string | name | Policy name. |
| PolicyType | policyType | Policy type. |
Properties
View SourceGovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PolicyType |