Skip to content

Commit

Permalink
feat(api): api update (#3747)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 17, 2024
1 parent b3ef767 commit b482e44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1467
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ace2cb0a08aa00d1675be9b68d04f10c86943a39c5a405f740863e4da89b3057.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a2d9b92dd116fb25fdcd7969ee039a099a9cea04182925b450f5dd5e3b4dedfb.yml
7 changes: 5 additions & 2 deletions zero_trust/dlpdataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,11 @@ type Dataset struct {
NumCells int64 `json:"num_cells,required"`
Secret bool `json:"secret,required"`
Status DatasetStatus `json:"status,required"`
UpdatedAt time.Time `json:"updated_at,required" format:"date-time"`
Uploads []DatasetUpload `json:"uploads,required"`
// When the dataset was last updated.
//
// This includes name or description changes as well as uploads.
UpdatedAt time.Time `json:"updated_at,required" format:"date-time"`
Uploads []DatasetUpload `json:"uploads,required"`
// The description of the dataset
Description string `json:"description,nullable"`
JSON datasetJSON `json:"-"`
Expand Down

0 comments on commit b482e44

Please sign in to comment.