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
originalReportTemplate
Properties
Body
The contents of the report template
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("body")]
public string? Body { get; init; }
Property Value
CreatedAt
UTC time at which the report was created
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public string? CreatedAt { get; init; }
Property Value
Description
A summarization of the report
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("description")]
public string? Description { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Title
The title of the report
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("title")]
public string? Title { get; init; }
Property Value
UpdatedAt
UTC time at which the report was updated
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; init; }
Property Value
Methods
Equals(ReportTemplate?)
public virtual bool Equals(ReportTemplate? other)
Parameters
otherReportTemplate
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 ==(ReportTemplate?, ReportTemplate?)
public static bool operator ==(ReportTemplate? left, ReportTemplate? right)
Parameters
leftReportTemplaterightReportTemplate
Returns
operator !=(ReportTemplate?, ReportTemplate?)
public static bool operator !=(ReportTemplate? left, ReportTemplate? right)
Parameters
leftReportTemplaterightReportTemplate