Class Rsvp
- Namespace
- Crews.PlanningCenter.Api.Groups.V2023_07_10
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Rsvp resource.
public record Rsvp : IEquatable<Rsvp>
- Inheritance
-
Rsvp
- Implements
- Inherited Members
Constructors
Rsvp()
public Rsvp()
Rsvp(Rsvp)
protected Rsvp(Rsvp original)
Parameters
originalRsvp
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Response
Possible values: awaiting_response, yes, no, maybe, or not_sent
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("response")]
public string? Response { get; init; }
Property Value
Methods
Equals(Rsvp?)
public virtual bool Equals(Rsvp? other)
Parameters
otherRsvp
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 ==(Rsvp?, Rsvp?)
public static bool operator ==(Rsvp? left, Rsvp? right)
Parameters
Returns
operator !=(Rsvp?, Rsvp?)
public static bool operator !=(Rsvp? left, Rsvp? right)