Class MessageGroup
- Namespace
- Crews.PlanningCenter.Api.People.V2025_11_10
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the MessageGroup resource.
public record MessageGroup : IEquatable<MessageGroup>
- Inheritance
-
MessageGroup
- Implements
- Inherited Members
Constructors
MessageGroup()
public MessageGroup()
MessageGroup(MessageGroup)
protected MessageGroup(MessageGroup original)
Parameters
originalMessageGroup
Properties
ContainsUserGeneratedContent
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("contains_user_generated_content")]
public bool? ContainsUserGeneratedContent { get; init; }
Property Value
- bool?
CreatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
FromAddress
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("from_address")]
public string? FromAddress { get; init; }
Property Value
MessageCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("message_count")]
public int? MessageCount { get; init; }
Property Value
- int?
MessageType
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("message_type")]
public string? MessageType { get; init; }
Property Value
ReplyToAddress
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("reply_to_address")]
public string? ReplyToAddress { get; init; }
Property Value
ReplyToName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("reply_to_name")]
public string? ReplyToName { get; init; }
Property Value
Subject
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("subject")]
public string? Subject { get; init; }
Property Value
SystemMessage
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("system_message")]
public bool? SystemMessage { get; init; }
Property Value
- bool?
TransactionalMessage
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("transactional_message")]
public bool? TransactionalMessage { get; init; }
Property Value
- bool?
Uuid
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("uuid")]
public string? Uuid { get; init; }
Property Value
Methods
Equals(MessageGroup?)
public virtual bool Equals(MessageGroup? other)
Parameters
otherMessageGroup
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 ==(MessageGroup?, MessageGroup?)
public static bool operator ==(MessageGroup? left, MessageGroup? right)
Parameters
leftMessageGrouprightMessageGroup
Returns
operator !=(MessageGroup?, MessageGroup?)
public static bool operator !=(MessageGroup? left, MessageGroup? right)
Parameters
leftMessageGrouprightMessageGroup