Class AvailableEvent
- Namespace
- Crews.PlanningCenter.Api.Webhooks.V2022_10_20
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the AvailableEvent resource.
public record AvailableEvent : IEquatable<AvailableEvent>
- Inheritance
-
AvailableEvent
- Implements
- Inherited Members
Constructors
AvailableEvent()
public AvailableEvent()
AvailableEvent(AvailableEvent)
protected AvailableEvent(AvailableEvent original)
Parameters
originalAvailableEvent
Properties
Action
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("action")]
public string? Action { get; init; }
Property Value
App
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("app")]
public string? App { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
Resource
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("resource")]
public string? Resource { get; init; }
Property Value
Type
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("type")]
public string? Type { get; init; }
Property Value
Version
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("version")]
public string? Version { get; init; }
Property Value
Methods
Equals(AvailableEvent?)
public virtual bool Equals(AvailableEvent? other)
Parameters
otherAvailableEvent
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 ==(AvailableEvent?, AvailableEvent?)
public static bool operator ==(AvailableEvent? left, AvailableEvent? right)
Parameters
leftAvailableEventrightAvailableEvent
Returns
operator !=(AvailableEvent?, AvailableEvent?)
public static bool operator !=(AvailableEvent? left, AvailableEvent? right)
Parameters
leftAvailableEventrightAvailableEvent