Table of Contents

Class SfMessagingEndUser

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Messaging User

SObject Name: MessagingEndUser

Custom Object: False

public class SfMessagingEndUser : SObject
Inheritance
SfMessagingEndUser
Inherited Members

Properties

Account

ReferenceTo: Account

RelationshipName: Account

[JsonProperty(PropertyName = "account")]
[Updateable(false)]
[Createable(false)]
public SfAccount Account { get; set; }

Property Value

SfAccount

AccountId

Account ID

Name: AccountId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }

Property Value

string

Contact

ReferenceTo: Contact

RelationshipName: Contact

[JsonProperty(PropertyName = "contact")]
[Updateable(false)]
[Createable(false)]
public SfContact Contact { get; set; }

Property Value

SfContact

ContactId

Contact ID

Name: ContactId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "contactId")]
public string ContactId { get; set; }

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

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

Property Value

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

HasInitialResponseSent

Has Initial Response Been Sent

Name: HasInitialResponseSent

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasInitialResponseSent")]
public bool? HasInitialResponseSent { get; set; }

Property Value

bool?

Id

Messaging User ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

IsFullyOptedIn

Opted In

Name: IsFullyOptedIn

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFullyOptedIn")]
[Updateable(false)]
[Createable(false)]
public bool? IsFullyOptedIn { get; set; }

Property Value

bool?

IsoCountryCode

ISO Country Code

Name: IsoCountryCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "isoCountryCode")]
[Updateable(false)]
[Createable(true)]
public string IsoCountryCode { get; set; }

Property Value

string

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

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

Property Value

SfUser

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

string

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

DateTimeOffset?

LastReferencedDate

Last Referenced Date

Name: LastReferencedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

LastViewedDate

Last Viewed Date

Name: LastViewedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

Lead

ReferenceTo: Lead

RelationshipName: Lead

[JsonProperty(PropertyName = "lead")]
[Updateable(false)]
[Createable(false)]
public SfLead Lead { get; set; }

Property Value

SfLead

LeadId

Lead ID

Name: LeadId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "leadId")]
public string LeadId { get; set; }

Property Value

string

Locale

Locale

Name: Locale

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "locale")]
[Updateable(false)]
[Createable(true)]
public string Locale { get; set; }

Property Value

string

MessageType

Message Type

Name: MessageType

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "messageType")]
[Updateable(false)]
[Createable(true)]
public string MessageType { get; set; }

Property Value

string

MessagingChannel

ReferenceTo: MessagingChannel

RelationshipName: MessagingChannel

[JsonProperty(PropertyName = "messagingChannel")]
[Updateable(false)]
[Createable(false)]
public SfMessagingChannel MessagingChannel { get; set; }

Property Value

SfMessagingChannel

MessagingChannelId

Messaging Channel ID

Name: MessagingChannelId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "messagingChannelId")]
[Updateable(false)]
[Createable(true)]
public string MessagingChannelId { get; set; }

Property Value

string

MessagingConsentStatus

Messaging Consent Status

Name: MessagingConsentStatus

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "messagingConsentStatus")]
public string MessagingConsentStatus { get; set; }

Property Value

string

MessagingPlatformKey

Messaging Platform Key

Name: MessagingPlatformKey

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "messagingPlatformKey")]
[Updateable(false)]
[Createable(true)]
public string MessagingPlatformKey { get; set; }

Property Value

string

Name

Messaging User Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

Property Value

string

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }

Property Value

string

ProfilePictureUrl

Profile Picture URL

Name: ProfilePictureUrl

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "profilePictureUrl")]
[Updateable(false)]
[Createable(true)]
public string ProfilePictureUrl { get; set; }

Property Value

string

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?