Table of Contents

Class PeopleImportConflict

Namespace
Crews.PlanningCenter.Api.People.V2022_07_14
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the PeopleImportConflict resource.

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

Constructors

PeopleImportConflict()

public PeopleImportConflict()

PeopleImportConflict(PeopleImportConflict)

protected PeopleImportConflict(PeopleImportConflict original)

Parameters

original PeopleImportConflict

Properties

ConflictingChanges

Planning Center does not provide a description for this attribute.

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

Property Value

string

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?

Data

Planning Center does not provide a description for this attribute.

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Ignore

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ignore")]
public bool? Ignore { get; init; }

Property Value

bool?

Kind

Planning Center does not provide a description for this attribute.

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

Property Value

string

Message

Planning Center does not provide a description for this attribute.

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

Property Value

string

Name

Planning Center does not provide a description for this attribute.

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

Property Value

string

UpdatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }

Property Value

DateTime?

Methods

Equals(PeopleImportConflict?)

public virtual bool Equals(PeopleImportConflict? other)

Parameters

other PeopleImportConflict

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

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

Parameters

left PeopleImportConflict
right PeopleImportConflict

Returns

bool

operator !=(PeopleImportConflict?, PeopleImportConflict?)

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

Parameters

left PeopleImportConflict
right PeopleImportConflict

Returns

bool