Table of Contents

Class JobStatus

Namespace
Crews.PlanningCenter.Api.Calendar.V2022_07_07
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

original JobStatus

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Errors

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("errors")]
public JsonObject? Errors { get; init; }

Property Value

JsonObject

Message

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("message")]
public string? Message { get; init; }

Property Value

string

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

DateTime?

Status

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; init; }

Property Value

string

Methods

Equals(JobStatus?)

public virtual bool Equals(JobStatus? other)

Parameters

other JobStatus

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(JobStatus?, JobStatus?)

public static bool operator ==(JobStatus? left, JobStatus? right)

Parameters

left JobStatus
right JobStatus

Returns

bool

operator !=(JobStatus?, JobStatus?)

public static bool operator !=(JobStatus? left, JobStatus? right)

Parameters

left JobStatus
right JobStatus

Returns

bool