Class DashClonedStackDetails
Cloned stack.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashClonedStackDetails
Constructors
View SourceDashClonedStackDetails(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 SourceActorEmail
Email of the actor.
Declaration
public string ActorEmail { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
NewClonedStackName
New cloned stack name.
Declaration
public string NewClonedStackName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
StackName
The name of the stack.
Declaration
public string StackName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
StackType
The type of stack backend.
Declaration
public DashStackType StackType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DashStackType |