Table of Contents

Class MessageGroup

Namespace
Crews.PlanningCenter.Api.People.V2020_04_06
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

original MessageGroup

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

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

string

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

string

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

string

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

string

Subject

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

string

Methods

Equals(MessageGroup?)

public virtual bool Equals(MessageGroup? other)

Parameters

other MessageGroup

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

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

Parameters

left MessageGroup
right MessageGroup

Returns

bool

operator !=(MessageGroup?, MessageGroup?)

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

Parameters

left MessageGroup
right MessageGroup

Returns

bool