Class JobStatus
- Namespace
- Crews.PlanningCenter.Api.Calendar.V2021_07_20
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the JobStatus resource.
public record JobStatus : IEquatable<JobStatus>
- Inheritance
-
JobStatus
- Implements
- Inherited Members
Constructors
JobStatus()
public JobStatus()
JobStatus(JobStatus)
protected JobStatus(JobStatus original)
Parameters
originalJobStatus
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Errors
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("errors")]
public JsonObject? Errors { get; init; }
Property Value
Message
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("message")]
public string? Message { get; init; }
Property Value
Retries
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("retries")]
public int? Retries { get; init; }
Property Value
- int?
StartedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("started_at")]
public DateTime? StartedAt { get; init; }
Property Value
Status
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; init; }
Property Value
Methods
Equals(JobStatus?)
public virtual bool Equals(JobStatus? other)
Parameters
otherJobStatus
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 ==(JobStatus?, JobStatus?)
public static bool operator ==(JobStatus? left, JobStatus? right)
Parameters
Returns
operator !=(JobStatus?, JobStatus?)
public static bool operator !=(JobStatus? left, JobStatus? right)