Class SfAIInsightReason
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
AI Insight Reason
SObject Name: AIInsightReason
Custom Object: False
public class SfAIInsightReason : SObject
- Inheritance
-
SfAIInsightReason
- Inherited Members
Properties
AiInsightValue
ReferenceTo: AIInsightValue
RelationshipName: AiInsightValue
[JsonProperty(PropertyName = "aiInsightValue")]
[Updateable(false)]
[Createable(false)]
public SfAIInsightValue AiInsightValue { get; set; }
Property Value
AiInsightValueId
AI Insight Value ID
Name: AiInsightValueId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "aiInsightValueId")]
[Updateable(false)]
[Createable(false)]
public string AiInsightValueId { get; set; }
Property Value
Contribution
Contribution
Name: Contribution
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "contribution")]
[Updateable(false)]
[Createable(false)]
public double? Contribution { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
FeatureType
Feature Type
Name: FeatureType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "featureType")]
[Updateable(false)]
[Createable(false)]
public string FeatureType { get; set; }
Property Value
FeatureValue
Feature Value
Name: FeatureValue
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "featureValue")]
[Updateable(false)]
[Createable(false)]
public string FeatureValue { get; set; }
Property Value
FieldName
Field Name
Name: FieldName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "fieldName")]
[Updateable(false)]
[Createable(false)]
public string FieldName { get; set; }
Property Value
FieldValue
Field Value
Name: FieldValue
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "fieldValue")]
[Updateable(false)]
[Createable(false)]
public string FieldValue { get; set; }
Property Value
Id
AI Insight Reason ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Intensity
Intensity
Name: Intensity
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "intensity")]
[Updateable(false)]
[Createable(false)]
public double? Intensity { get; set; }
Property Value
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { 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
Name
Name
Name: Name
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
Operator
Operator
Name: Operator
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "operator")]
[Updateable(false)]
[Createable(false)]
public string Operator { get; set; }
Property Value
ReasonLabelKey
Reason Label Key
Name: ReasonLabelKey
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "reasonLabelKey")]
[Updateable(false)]
[Createable(false)]
public string ReasonLabelKey { get; set; }
Property Value
RelatedInsightReason
ReferenceTo: AIInsightReason
RelationshipName: RelatedInsightReason
[JsonProperty(PropertyName = "relatedInsightReason")]
[Updateable(false)]
[Createable(false)]
public SfAIInsightReason RelatedInsightReason { get; set; }
Property Value
RelatedInsightReasonId
AI Insight Reason ID
Name: RelatedInsightReasonId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "relatedInsightReasonId")]
[Updateable(false)]
[Createable(false)]
public string RelatedInsightReasonId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SortOrder
Sort Order
Name: SortOrder
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "sortOrder")]
[Updateable(false)]
[Createable(false)]
public int? SortOrder { get; set; }
Property Value
- int?
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Variance
Variance
Name: Variance
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "variance")]
[Updateable(false)]
[Createable(false)]
public double? Variance { get; set; }