Table of Contents

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

original Owner

Properties

AvatarUrl

The URL of the person's avatar.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("avatar_url")]
public string? AvatarUrl { get; init; }

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FirstName

The person's first name.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("first_name")]
public string? FirstName { get; init; }

Property Value

string

LastName

The person's last name.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("last_name")]
public string? LastName { get; init; }

Property Value

string

Methods

Equals(Owner?)

public virtual bool Equals(Owner? other)

Parameters

other Owner

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(Owner?, Owner?)

public static bool operator ==(Owner? left, Owner? right)

Parameters

left Owner
right Owner

Returns

bool

operator !=(Owner?, Owner?)

public static bool operator !=(Owner? left, Owner? right)

Parameters

left Owner
right Owner

Returns

bool