Class IntegrationLink
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2019_07_17
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the IntegrationLink resource.
public record IntegrationLink : IEquatable<IntegrationLink>
- Inheritance
-
IntegrationLink
- Implements
- Inherited Members
Constructors
IntegrationLink()
public IntegrationLink()
IntegrationLink(IntegrationLink)
protected IntegrationLink(IntegrationLink original)
Parameters
originalIntegrationLink
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
RemoteApp
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("remote_app")]
public string? RemoteApp { get; init; }
Property Value
RemoteGid
The Global ID for the external resource. Formatted as gid://<app>/<type>/<id>.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("remote_gid")]
public string? RemoteGid { get; init; }
Property Value
RemoteId
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("remote_id")]
public string? RemoteId { get; init; }
Property Value
RemoteType
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("remote_type")]
public string? RemoteType { get; init; }
Property Value
SyncFutureAssignmentTypes
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sync_future_assignment_types")]
public bool? SyncFutureAssignmentTypes { get; init; }
Property Value
- bool?
Methods
Equals(IntegrationLink?)
public virtual bool Equals(IntegrationLink? other)
Parameters
otherIntegrationLink
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 ==(IntegrationLink?, IntegrationLink?)
public static bool operator ==(IntegrationLink? left, IntegrationLink? right)
Parameters
leftIntegrationLinkrightIntegrationLink
Returns
operator !=(IntegrationLink?, IntegrationLink?)
public static bool operator !=(IntegrationLink? left, IntegrationLink? right)
Parameters
leftIntegrationLinkrightIntegrationLink