interface
RelationshipOrUploadOption
type RelationshipOrUploadOption interface {
RelationshipOption
UploadOption
}Options accepted by relationship and upload references.
RelationshipOptionRelationshipOption- The RelationshipOption value.
UploadOptionUploadOption- The UploadOption value.
Only option values returned by this package implement the sealed marker. The narrow interface makes incompatible builder options a compile-time error.