Class SfTenantUsageEntitlement
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Tenant Usage Entitlement
SObject Name: TenantUsageEntitlement
Custom Object: False
public class SfTenantUsageEntitlement : SObject
- Inheritance
-
SfTenantUsageEntitlement
- Inherited Members
Properties
AmountUsed
Amount Used
Name: AmountUsed
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "amountUsed")]
[Updateable(false)]
[Createable(false)]
public double? AmountUsed { get; set; }
Property Value
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
CurrentAmountAllowed
Current Amount Allowed
Name: CurrentAmountAllowed
SF Type: double
Nillable: False
[JsonProperty(PropertyName = "currentAmountAllowed")]
[Updateable(false)]
[Createable(false)]
public double? CurrentAmountAllowed { get; set; }
Property Value
EndDate
End Date
Name: EndDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "endDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? EndDate { get; set; }
Property Value
Frequency
Frequency
Name: Frequency
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "frequency")]
[Updateable(false)]
[Createable(false)]
public string Frequency { get; set; }
Property Value
HasRollover
Has Rollover
Name: HasRollover
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasRollover")]
[Updateable(false)]
[Createable(false)]
public bool? HasRollover { get; set; }
Property Value
- bool?
Id
Tenant Usage Entitlement 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?
IsPersistentResource
Is Persistent Resource
Name: IsPersistentResource
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isPersistentResource")]
[Updateable(false)]
[Createable(false)]
public bool? IsPersistentResource { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
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
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
MasterLabel
Setting Label
Name: MasterLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "masterLabel")]
[Updateable(false)]
[Createable(false)]
public string MasterLabel { get; set; }
Property Value
OverageGrace
Overage Grace
Name: OverageGrace
SF Type: percent
Nillable: True
[JsonProperty(PropertyName = "overageGrace")]
[Updateable(false)]
[Createable(false)]
public double? OverageGrace { get; set; }
Property Value
ResourceGroupKey
Resource Group Key
Name: ResourceGroupKey
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "resourceGroupKey")]
[Updateable(false)]
[Createable(false)]
public string ResourceGroupKey { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Setting
Setting
Name: Setting
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "setting")]
[Updateable(false)]
[Createable(false)]
public string Setting { get; set; }
Property Value
StartDate
Start Date
Name: StartDate
SF Type: date
Nillable: False
[JsonProperty(PropertyName = "startDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? StartDate { get; set; }
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
UsageDate
Usage Date
Name: UsageDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "usageDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? UsageDate { get; set; }