Class PeopleImportConflict
- Namespace
- Crews.PlanningCenter.Api.People.V2025_07_02
- 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
originalPeopleImportConflict
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
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
Data
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("data")]
public string? Data { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
Message
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("message")]
public string? Message { get; init; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
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
Methods
Equals(PeopleImportConflict?)
public virtual bool Equals(PeopleImportConflict? other)
Parameters
otherPeopleImportConflict
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 ==(PeopleImportConflict?, PeopleImportConflict?)
public static bool operator ==(PeopleImportConflict? left, PeopleImportConflict? right)
Parameters
leftPeopleImportConflictrightPeopleImportConflict
Returns
operator !=(PeopleImportConflict?, PeopleImportConflict?)
public static bool operator !=(PeopleImportConflict? left, PeopleImportConflict? right)
Parameters
leftPeopleImportConflictrightPeopleImportConflict