Table of Contents

Class SalesforceVersion

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll

API Version, returned by the Versions resource

public class SalesforceVersion
Inheritance
SalesforceVersion
Inherited Members

Properties

Label

Name of the version, e.g. "Winter '19"

[JsonProperty(PropertyName = "label")]
public string Label { get; set; }

Property Value

string

Url

Base URL of the version's root, e.g. "/services/data/v57.0"

[JsonProperty(PropertyName = "url")]
public string Url { get; set; }

Property Value

string

Version

API Version, e.g. "44.0"

[JsonProperty(PropertyName = "version")]
public string Version { get; set; }

Property Value

string