Class Chat
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_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
originalChat
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
GroupIdentifiers
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("group_identifiers")]
public JsonArray? GroupIdentifiers { get; init; }
Property Value
MyTeams
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("my_teams")]
public JsonArray? MyTeams { get; init; }
Property Value
Payload
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("payload")]
public string? Payload { get; init; }
Property Value
People
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("people")]
public JsonArray? People { get; init; }
Property Value
Plans
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plans")]
public JsonArray? Plans { get; init; }
Property Value
Teams
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("teams")]
public JsonArray? Teams { get; init; }
Property Value
TeamsILead
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("teams_i_lead")]
public JsonArray? TeamsILead { get; init; }
Property Value
Methods
Equals(Chat?)
public virtual bool Equals(Chat? other)
Parameters
otherChat
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 ==(Chat?, Chat?)
public static bool operator ==(Chat? left, Chat? right)
Parameters
Returns
operator !=(Chat?, Chat?)
public static bool operator !=(Chat? left, Chat? right)