Class SfPrivacyRTBFRequestHistory
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Privacy RTBF Request History
SObject Name: PrivacyRTBFRequestHistory
Custom Object: False
public class SfPrivacyRTBFRequestHistory : SObject
- Inheritance
-
SfPrivacyRTBFRequestHistory
- Inherited Members
Properties
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
DataType
Datatype
Name: DataType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "dataType")]
[Updateable(false)]
[Createable(false)]
public string DataType { get; set; }
Property Value
Field
Changed Field
Name: Field
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "field")]
[Updateable(false)]
[Createable(false)]
public string Field { get; set; }
Property Value
Id
Privacy RTBF Request History ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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?
NewValue
New Value
Name: NewValue
SF Type: anyType
Nillable: True
[JsonProperty(PropertyName = "newValue")]
[Updateable(false)]
[Createable(false)]
public string NewValue { get; set; }
Property Value
OldValue
Old Value
Name: OldValue
SF Type: anyType
Nillable: True
[JsonProperty(PropertyName = "oldValue")]
[Updateable(false)]
[Createable(false)]
public string OldValue { get; set; }
Property Value
PrivacyRTBFRequest
ReferenceTo: PrivacyRTBFRequest
RelationshipName: PrivacyRTBFRequest
[JsonProperty(PropertyName = "privacyRTBFRequest")]
[Updateable(false)]
[Createable(false)]
public SfPrivacyRTBFRequest PrivacyRTBFRequest { get; set; }
Property Value
PrivacyRTBFRequestId
Privacy RTBF Request ID
Name: PrivacyRTBFRequestId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "privacyRTBFRequestId")]
[Updateable(false)]
[Createable(false)]
public string PrivacyRTBFRequestId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }