Show / Hide Table of Contents

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 Source

DataPlacementRestrictionSatisfyPolicyDetails(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 Source

PlacementRestriction

Placement restriction.

Declaration
public PlacementRestriction PlacementRestriction { get; protected set; }
Property Value
Type Description
PlacementRestriction
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction)
  • Properties
    • PlacementRestriction
Back to top Generated by DocFX