Class SfGroupMember
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Group Member
SObject Name: GroupMember
Custom Object: False
public class SfGroupMember : SObject
- Inheritance
-
SfGroupMember
- Inherited Members
Properties
Group
ReferenceTo: Group
RelationshipName: Group
[JsonProperty(PropertyName = "group")]
[Updateable(false)]
[Createable(false)]
public SfGroup Group { get; set; }
Property Value
GroupId
Group ID
Name: GroupId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "groupId")]
[Updateable(false)]
[Createable(true)]
public string GroupId { get; set; }
Property Value
Id
Group Member ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
UserOrGroupId
User/Group ID
Name: UserOrGroupId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userOrGroupId")]
[Updateable(false)]
[Createable(true)]
public string UserOrGroupId { get; set; }