Class SpamEmailAddress
- Namespace
- Crews.PlanningCenter.Api.People.V2024_09_12
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the SpamEmailAddress resource.
public record SpamEmailAddress : IEquatable<SpamEmailAddress>
- Inheritance
-
SpamEmailAddress
- Implements
- Inherited Members
Constructors
SpamEmailAddress()
public SpamEmailAddress()
SpamEmailAddress(SpamEmailAddress)
protected SpamEmailAddress(SpamEmailAddress original)
Parameters
originalSpamEmailAddress
Properties
Address
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("address")]
public string? Address { get; init; }
Property Value
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
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(SpamEmailAddress?)
public virtual bool Equals(SpamEmailAddress? other)
Parameters
otherSpamEmailAddress
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 ==(SpamEmailAddress?, SpamEmailAddress?)
public static bool operator ==(SpamEmailAddress? left, SpamEmailAddress? right)
Parameters
leftSpamEmailAddressrightSpamEmailAddress
Returns
operator !=(SpamEmailAddress?, SpamEmailAddress?)
public static bool operator !=(SpamEmailAddress? left, SpamEmailAddress? right)
Parameters
leftSpamEmailAddressrightSpamEmailAddress