Class SfFlowVersionView
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Flow Version
SObject Name: FlowVersionView
Custom Object: False
public class SfFlowVersionView : SObject
- Inheritance
-
SfFlowVersionView
- Inherited Members
Properties
ApiVersion
Api Version
Name: ApiVersion
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "apiVersion")]
[Updateable(false)]
[Createable(false)]
public double? ApiVersion { get; set; }
Property Value
ApiVersionRuntime
Api Version Runtime
Name: ApiVersionRuntime
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "apiVersionRuntime")]
[Updateable(false)]
[Createable(false)]
public double? ApiVersionRuntime { get; set; }
Property Value
AreMetricsLoggedToDataCloud
Log Metrics to Data Cloud
Name: AreMetricsLoggedToDataCloud
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "areMetricsLoggedToDataCloud")]
[Updateable(false)]
[Createable(false)]
public bool? AreMetricsLoggedToDataCloud { get; set; }
Property Value
- bool?
CapabilityType
Capability Type
Name: CapabilityType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "capabilityType")]
[Updateable(false)]
[Createable(false)]
public string CapabilityType { get; set; }
Property Value
CapacityCategory
Capacity Category
Name: CapacityCategory
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "capacityCategory")]
[Updateable(false)]
[Createable(false)]
public string CapacityCategory { get; set; }
Property Value
Description
Version Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
DurableId
Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
FlowDefinitionViewId
Flow Definition View ID
Name: FlowDefinitionViewId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "flowDefinitionViewId")]
[Updateable(false)]
[Createable(false)]
public string FlowDefinitionViewId { get; set; }
Property Value
Id
Flow Version View ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsSwingFlow
Is Swing Flow
Name: IsSwingFlow
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isSwingFlow")]
[Updateable(false)]
[Createable(false)]
public bool? IsSwingFlow { get; set; }
Property Value
- bool?
IsTemplate
Is Template
Name: IsTemplate
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isTemplate")]
[Updateable(false)]
[Createable(false)]
public bool? IsTemplate { get; set; }
Property Value
- bool?
Label
Version Label
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
ProcessType
Process Type
Name: ProcessType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "processType")]
[Updateable(false)]
[Createable(false)]
public string ProcessType { get; set; }
Property Value
RunInMode
Run in Mode
Name: RunInMode
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "runInMode")]
[Updateable(false)]
[Createable(false)]
public string RunInMode { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Version Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
Property Value
VersionNumber
Version Number
Name: VersionNumber
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "versionNumber")]
[Updateable(false)]
[Createable(false)]
public int? VersionNumber { get; set; }
Property Value
- int?