Class UpsertResponse
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
Upsert Result
public class UpsertResponse : CreateResponse
- Inheritance
-
UpsertResponse
- Inherited Members
Properties
Created
Whether or not the object was created, as part of an Insert or Update action Available in API v46 and later
[JsonProperty(PropertyName = "created")]
public bool Created { get; set; }