Dropbox .NET SDK

Class DashClonedStackDetails

Cloned stack.

Inheritance
object
DashClonedStackDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashClonedStackDetails

Constructors

View Source

DashClonedStackDetails(string, string, string, DashStackType)

Initializes a new instance of the DashClonedStackDetails class.

Declaration
public DashClonedStackDetails(string stackName, string actorEmail, string newClonedStackName, DashStackType stackType = null)
Parameters
Type Name Description
string stackName

The name of the stack.

string actorEmail

Email of the actor.

string newClonedStackName

New cloned stack name.

DashStackType stackType

The type of stack backend.

Properties

View Source

ActorEmail

Email of the actor.

Declaration
public string ActorEmail { get; protected set; }
Property Value
Type Description
string
View Source

NewClonedStackName

New cloned stack name.

Declaration
public string NewClonedStackName { get; protected set; }
Property Value
Type Description
string
View Source

StackName

The name of the stack.

Declaration
public string StackName { get; protected set; }
Property Value
Type Description
string
View Source

StackType

The type of stack backend.

Declaration
public DashStackType StackType { get; protected set; }
Property Value
Type Description
DashStackType
  • View Source
In this article
Back to top Dropbox .NET SDK