Class UpdateBranchResponse
Response to an update branch request
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class UpdateBranchResponse
Properties
CreatedValues
The number of values that have been created
Declaration
[JsonPropertyName("createdValues")]
public int CreatedValues { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Transaction
The transaction, if any
Declaration
[JsonPropertyName("transaction")]
public CmsTransaction Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| CmsTransaction |