Table of Contents

Class ReportTemplate

Namespace
Crews.PlanningCenter.Api.Calendar.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the ReportTemplate resource.

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

Constructors

ReportTemplate()

public ReportTemplate()

ReportTemplate(ReportTemplate)

protected ReportTemplate(ReportTemplate original)

Parameters

original ReportTemplate

Properties

Body

The contents of the report template

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

Property Value

string

CreatedAt

UTC time at which the report was created

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

Property Value

string

Description

A summarization of the report

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Title

The title of the report

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

Property Value

string

UpdatedAt

UTC time at which the report was updated

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

Property Value

string

Methods

Equals(ReportTemplate?)

public virtual bool Equals(ReportTemplate? other)

Parameters

other ReportTemplate

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

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

Parameters

left ReportTemplate
right ReportTemplate

Returns

bool

operator !=(ReportTemplate?, ReportTemplate?)

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

Parameters

left ReportTemplate
right ReportTemplate

Returns

bool