Table of Contents

Class CompositeSubrequestBodyResponse

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class CompositeSubrequestBodyResponse
Inheritance
CompositeSubrequestBodyResponse
Inherited Members

Properties

Errors

[JsonProperty(PropertyName = "errors")]
public List<string> Errors { get; set; }

Property Value

List<string>

Id

[JsonProperty(PropertyName = "id")]
public string Id { get; set; }

Property Value

string

Success

[JsonProperty(PropertyName = "success")]
public bool Success { get; set; }

Property Value

bool