Class NoteCategorySubscription
- Namespace
- Crews.PlanningCenter.Api.People.V2025_11_10
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the NoteCategorySubscription resource.
public record NoteCategorySubscription : IEquatable<NoteCategorySubscription>
- Inheritance
-
NoteCategorySubscription
- Implements
- Inherited Members
Constructors
NoteCategorySubscription()
public NoteCategorySubscription()
NoteCategorySubscription(NoteCategorySubscription)
protected NoteCategorySubscription(NoteCategorySubscription original)
Parameters
originalNoteCategorySubscription
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
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(NoteCategorySubscription?)
public virtual bool Equals(NoteCategorySubscription? other)
Parameters
otherNoteCategorySubscription
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 ==(NoteCategorySubscription?, NoteCategorySubscription?)
public static bool operator ==(NoteCategorySubscription? left, NoteCategorySubscription? right)
Parameters
leftNoteCategorySubscriptionrightNoteCategorySubscription
Returns
operator !=(NoteCategorySubscription?, NoteCategorySubscription?)
public static bool operator !=(NoteCategorySubscription? left, NoteCategorySubscription? right)
Parameters
leftNoteCategorySubscriptionrightNoteCategorySubscription