We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3f37f45 commiteb4d7c4Copy full SHA for eb4d7c4
pkg/github/projects.go
@@ -870,7 +870,7 @@ type projectV2Field struct {
870
ID*int64`json:"id,omitempty"`// The unique identifier for this field.
871
NodeIDstring`json:"node_id,omitempty"`// The GraphQL node ID for this field.
872
Namestring`json:"name,omitempty"`// The display name of the field.
873
-DataTypestring`json:"dataType,omitempty"`// The data type of the field (e.g., "text", "number", "date", "single_select", "multi_select").
+DataTypestring`json:"data_type,omitempty"`// The data type of the field (e.g., "text", "number", "date", "single_select", "multi_select").
874
URLstring`json:"url,omitempty"`// The API URL for this field.
875
Options []*any`json:"options,omitempty"`// Available options for single_select and multi_select fields.
876
CreatedAt*github.Timestamp`json:"created_at,omitempty"`// The time when this field was created.