Class WorkflowAssigneeWorkflowSummary
- Namespace
- Crews.PlanningCenter.Api.People.V2022_07_14
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the WorkflowAssigneeWorkflowSummary resource.
public record WorkflowAssigneeWorkflowSummary : IEquatable<WorkflowAssigneeWorkflowSummary>
- Inheritance
-
WorkflowAssigneeWorkflowSummary
- Implements
- Inherited Members
Constructors
WorkflowAssigneeWorkflowSummary()
public WorkflowAssigneeWorkflowSummary()
WorkflowAssigneeWorkflowSummary(WorkflowAssigneeWorkflowSummary)
protected WorkflowAssigneeWorkflowSummary(WorkflowAssigneeWorkflowSummary original)
Parameters
originalWorkflowAssigneeWorkflowSummary
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
OverdueCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("overdue_count")]
public int? OverdueCount { get; init; }
Property Value
- int?
ReadyCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ready_count")]
public int? ReadyCount { get; init; }
Property Value
- int?
SnoozedCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("snoozed_count")]
public int? SnoozedCount { get; init; }
Property Value
- int?
WorkflowName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("workflow_name")]
public string? WorkflowName { get; init; }
Property Value
Methods
Equals(WorkflowAssigneeWorkflowSummary?)
public virtual bool Equals(WorkflowAssigneeWorkflowSummary? other)
Parameters
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(WorkflowAssigneeWorkflowSummary?, WorkflowAssigneeWorkflowSummary?)
public static bool operator ==(WorkflowAssigneeWorkflowSummary? left, WorkflowAssigneeWorkflowSummary? right)
Parameters
Returns
operator !=(WorkflowAssigneeWorkflowSummary?, WorkflowAssigneeWorkflowSummary?)
public static bool operator !=(WorkflowAssigneeWorkflowSummary? left, WorkflowAssigneeWorkflowSummary? right)