Class MessageGroupResource
- Namespace
- Crews.PlanningCenter.Api.People.V2024_09_12
- Assembly
- Crews.PlanningCenter.Api.dll
A message group represents one or more emails or text messages sent from one of the Planning Center apps. The message group indicates the from person, app, etc.
public record MessageGroupResource : JsonApiResource<MessageGroup>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<MessageGroup>>, IEquatable<MessageGroupResource>
- Inheritance
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<MessageGroup>MessageGroupResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- Inherited Members
-
JsonApiResource<MessageGroup>.Equals(JsonApiResource)JsonApiResource<MessageGroup>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
MessageGroupResource()
public MessageGroupResource()
MessageGroupResource(MessageGroupResource)
protected MessageGroupResource(MessageGroupResource original)
Parameters
originalMessageGroupResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(MessageGroupResource?)
public virtual bool Equals(MessageGroupResource? other)
Parameters
otherMessageGroupResource
Returns
Equals(JsonApiResource<MessageGroup>?)
public override sealed bool Equals(JsonApiResource<MessageGroup>? other)
Parameters
otherJsonApiResource<MessageGroup>
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(MessageGroupResource?, MessageGroupResource?)
public static bool operator ==(MessageGroupResource? left, MessageGroupResource? right)
Parameters
leftMessageGroupResourcerightMessageGroupResource
Returns
operator !=(MessageGroupResource?, MessageGroupResource?)
public static bool operator !=(MessageGroupResource? left, MessageGroupResource? right)
Parameters
leftMessageGroupResourcerightMessageGroupResource