Table of Contents

Class SfLightningToggleMetrics

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Lightning Toggle Metrics

SObject Name: LightningToggleMetrics

Custom Object: False

public class SfLightningToggleMetrics : SObject
Inheritance
SfLightningToggleMetrics
Inherited Members

Properties

Action

Action

Name: Action

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "action")]
[Updateable(false)]
[Createable(false)]
public string Action { get; set; }

Property Value

string

Id

Lightning Toggle Metrics ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

MetricsDate

Metrics Date

Name: MetricsDate

SF Type: date

Nillable: False

[JsonProperty(PropertyName = "metricsDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? MetricsDate { get; set; }

Property Value

DateTime?

RecordCount

Record Count

Name: RecordCount

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "recordCount")]
[Updateable(false)]
[Createable(false)]
public int? RecordCount { get; set; }

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

User

ReferenceTo: User

RelationshipName: User

[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }

Property Value

SfUser

UserId

User ID

Name: UserId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }

Property Value

string