Class Delivery
- Namespace
- Crews.PlanningCenter.Api.Webhooks.V2022_10_20
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Delivery resource.
public record Delivery : IEquatable<Delivery>
- Inheritance
-
Delivery
- Implements
- Inherited Members
Constructors
Delivery()
public Delivery()
Delivery(Delivery)
protected Delivery(Delivery original)
Parameters
originalDelivery
Properties
CreatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
ObjectUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("object_url")]
public string? ObjectUrl { get; init; }
Property Value
RequestBody
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("request_body")]
public string? RequestBody { get; init; }
Property Value
RequestHeaders
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("request_headers")]
public string? RequestHeaders { get; init; }
Property Value
ResponseBody
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("response_body")]
public string? ResponseBody { get; init; }
Property Value
ResponseHeaders
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("response_headers")]
public string? ResponseHeaders { get; init; }
Property Value
Status
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public int? Status { get; init; }
Property Value
- int?
Timing
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("timing")]
public decimal? Timing { get; init; }
Property Value
UpdatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }
Property Value
Methods
Equals(Delivery?)
public virtual bool Equals(Delivery? other)
Parameters
otherDelivery
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 ==(Delivery?, Delivery?)
public static bool operator ==(Delivery? left, Delivery? right)
Parameters
Returns
operator !=(Delivery?, Delivery?)
public static bool operator !=(Delivery? left, Delivery? right)