Table of Contents

Class Chat

Namespace
Crews.PlanningCenter.Api.Services.V2018_11_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the Chat resource.

public record Chat : IEquatable<Chat>
Inheritance
Chat
Implements
Inherited Members

Constructors

Chat()

public Chat()

Chat(Chat)

protected Chat(Chat original)

Parameters

original Chat

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

GroupIdentifiers

Only available when requested with the ?fields param

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("group_identifiers")]
public JsonArray? GroupIdentifiers { get; init; }

Property Value

JsonArray

MyTeams

Only available when requested with the ?fields param

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("my_teams")]
public JsonArray? MyTeams { get; init; }

Property Value

JsonArray

Payload

Only available when requested with the ?fields param

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

Property Value

string

People

Only available when requested with the ?fields param

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("people")]
public JsonArray? People { get; init; }

Property Value

JsonArray

Plans

Only available when requested with the ?fields param

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plans")]
public JsonArray? Plans { get; init; }

Property Value

JsonArray

Teams

Only available when requested with the ?fields param

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("teams")]
public JsonArray? Teams { get; init; }

Property Value

JsonArray

TeamsILead

Only available when requested with the ?fields param

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("teams_i_lead")]
public JsonArray? TeamsILead { get; init; }

Property Value

JsonArray

Methods

Equals(Chat?)

public virtual bool Equals(Chat? other)

Parameters

other Chat

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 ==(Chat?, Chat?)

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

Parameters

left Chat
right Chat

Returns

bool

operator !=(Chat?, Chat?)

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

Parameters

left Chat
right Chat

Returns

bool