MCPcopy Create free account
hub / github.com/DataDog/jsonapi / ArticleRelated

Struct ArticleRelated

jsonapi_test.go:458–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458type ArticleRelated struct {
459 ID string `jsonapi:"primary,articles"`
460 Title string `jsonapi:"attribute" json:"title"`
461 Author *Author `jsonapi:"relationship" json:"author,omitempty"`
462 Comments []*Comment `jsonapi:"relationship" json:"comments,omitempty"`
463}
464
465type ArticleRelatedWithContact struct {
466 ID string `jsonapi:"primary,articles"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected