Class ListShare
- Namespace
- Crews.PlanningCenter.Api.People.V2020_04_06
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the ListShare resource.
public record ListShare : IEquatable<ListShare>
- Inheritance
-
ListShare
- Implements
- Inherited Members
Constructors
ListShare()
public ListShare()
ListShare(ListShare)
protected ListShare(ListShare original)
Parameters
originalListShare
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
Group
Possible values: No Access, Viewer, Editor, or Manager
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("group")]
public string? Group { get; init; }
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
Permission
Possible values: view or manage
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("permission")]
public string? Permission { get; init; }
Property Value
Methods
Equals(ListShare?)
public virtual bool Equals(ListShare? other)
Parameters
otherListShare
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 ==(ListShare?, ListShare?)
public static bool operator ==(ListShare? left, ListShare? right)
Parameters
Returns
operator !=(ListShare?, ListShare?)
public static bool operator !=(ListShare? left, ListShare? right)