Class DataPlacementRestrictionSatisfyPolicyDetails
Completed restrictions on data center locations where team data resides.
Inheritance
System.Object
DataPlacementRestrictionSatisfyPolicyDetails
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 DataPlacementRestrictionSatisfyPolicyDetails
Constructors
| Improve this Doc View SourceDataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction)
Initializes a new instance of the DataPlacementRestrictionSatisfyPolicyDetails class.
Declaration
public DataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction placementRestriction)
Parameters
Type | Name | Description |
---|---|---|
PlacementRestriction | placementRestriction | Placement restriction. |
Properties
| Improve this Doc View SourcePlacementRestriction
Placement restriction.
Declaration
public PlacementRestriction PlacementRestriction { get; protected set; }
Property Value
Type | Description |
---|---|
PlacementRestriction |