Class GovernancePolicyExportCreatedDetails
Created a policy download.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyExportCreatedDetails
Constructors
View SourceGovernancePolicyExportCreatedDetails(string, string, string, PolicyType)
Initializes a new instance of the GovernancePolicyExportCreatedDetails class.
Declaration
public GovernancePolicyExportCreatedDetails(string governancePolicyId, string name, string exportName, PolicyType policyType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | governancePolicyId | Policy ID. |
| string | name | Policy name. |
| string | exportName | Export name. |
| PolicyType | policyType | Policy type. |
Properties
View SourceExportName
Export name.
Declaration
public string ExportName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
GovernancePolicyId
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 |