Class UpdateBranchRequest
Model to update a branch.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class UpdateBranchRequest
Properties
Comment
The transaction comment. May be null.
Declaration
[JsonPropertyName("comment")]
public string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
The values
Declaration
[JsonPropertyName("values")]
public List<CmsValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CmsValue> |