File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type PartialError struct {
2525 ResourceType * string `json:"resource_type"`
2626 Field * string `json:"field"`
2727 Parameter * string `json:"parameter"`
28- ResourceId * string `json:"resource_id"`
28+ ResourceID * string `json:"resource_id"`
2929 Title * string `json:"title"`
3030 Section * string `json:"section"`
3131 Detail * string `json:"detail"`
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ type Tweet struct {
99 Attachments * TweetAttachments `json:"attachments,omitempty"`
1010 AuthorID * string `json:"author_id,omitempty"`
1111 ContextAnnotations []ContextAnnotation `json:"context_annotations,omitempty"`
12- ConversationId * string `json:"conversation_id,omitempty"`
12+ ConversationID * string `json:"conversation_id,omitempty"`
1313 CreatedAt * time.Time `json:"created_at,omitempty"`
1414 Entities * TweetEntities `json:"entities,omitempty"`
1515 Geo * Geo `json:"geo,omitempty"`
You can’t perform that action at this time.
0 commit comments