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