Class SfClientBrowser
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Client Browser
SObject Name: ClientBrowser
Custom Object: False
public class SfClientBrowser : SObject
- Inheritance
-
SfClientBrowser
- Inherited Members
Properties
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
FullUserAgent
Full User Agent
Name: FullUserAgent
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "fullUserAgent")]
[Updateable(false)]
[Createable(false)]
public string FullUserAgent { get; set; }
Property Value
Id
Client Browser ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
LastUpdate
Last Update
Name: LastUpdate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastUpdate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastUpdate { get; set; }
Property Value
ProxyInfo
Proxy Info
Name: ProxyInfo
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "proxyInfo")]
[Updateable(false)]
[Createable(false)]
public string ProxyInfo { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Users
ReferenceTo: User
RelationshipName: Users
[JsonProperty(PropertyName = "users")]
[Updateable(false)]
[Createable(false)]
public SfUser Users { get; set; }
Property Value
UsersId
User ID
Name: UsersId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "usersId")]
[Updateable(false)]
[Createable(false)]
public string UsersId { get; set; }