Class Owner
- Namespace
- Crews.PlanningCenter.Api.Groups.V2023_07_10
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Owner resource.
public record Owner : IEquatable<Owner>
- Inheritance
-
Owner
- Implements
- Inherited Members
Constructors
Owner()
public Owner()
Owner(Owner)
protected Owner(Owner original)
Parameters
originalOwner
Properties
AvatarUrl
The URL of the person's avatar.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("avatar_url")]
public string? AvatarUrl { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
FirstName
The person's first name.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("first_name")]
public string? FirstName { get; init; }
Property Value
LastName
The person's last name.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("last_name")]
public string? LastName { get; init; }
Property Value
Methods
Equals(Owner?)
public virtual bool Equals(Owner? other)
Parameters
otherOwner
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 ==(Owner?, Owner?)
public static bool operator ==(Owner? left, Owner? right)
Parameters
Returns
operator !=(Owner?, Owner?)
public static bool operator !=(Owner? left, Owner? right)