File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
src/cloudflare/types/rules/lists Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1793
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-de6f14467169605ca0279cc303e66c1704eafe0328a15a8c109be6d8f2e767cb .yml
3
- openapi_spec_hash : 34dc001668d442bb4d55b38ec2828493
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2af46353a729e62c9ea22ae849a211ed533e002d56b4f14766bf68e04b9c6336 .yml
3
+ openapi_spec_hash : 16bc079d459c9276d81851af79946e46
4
4
config_hash : de4c81cee29cd7dd907279e8916b334f
Original file line number Diff line number Diff line change 18
18
19
19
class ListsListItemIPFull (BaseModel ):
20
20
id : str
21
- """The unique ID of the list ."""
21
+ """Defines the unique ID of the item in the List ."""
22
22
23
23
created_on : str
24
24
"""The RFC 3339 timestamp of when the list was created."""
@@ -35,7 +35,7 @@ class ListsListItemIPFull(BaseModel):
35
35
36
36
class ListsListItemHostnameFull (BaseModel ):
37
37
id : str
38
- """The unique ID of the list ."""
38
+ """Defines the unique ID of the item in the List ."""
39
39
40
40
created_on : str
41
41
"""The RFC 3339 timestamp of when the list was created."""
@@ -55,7 +55,7 @@ class ListsListItemHostnameFull(BaseModel):
55
55
56
56
class ListsListItemRedirectFull (BaseModel ):
57
57
id : str
58
- """The unique ID of the list ."""
58
+ """Defines the unique ID of the item in the List ."""
59
59
60
60
created_on : str
61
61
"""The RFC 3339 timestamp of when the list was created."""
@@ -72,7 +72,7 @@ class ListsListItemRedirectFull(BaseModel):
72
72
73
73
class ListsListItemASNFull (BaseModel ):
74
74
id : str
75
- """The unique ID of the list ."""
75
+ """Defines the unique ID of the item in the List ."""
76
76
77
77
asn : int
78
78
"""Defines a non-negative 32 bit integer."""
Original file line number Diff line number Diff line change 18
18
19
19
class ListsListItemIPFull (BaseModel ):
20
20
id : str
21
- """The unique ID of the list ."""
21
+ """Defines the unique ID of the item in the List ."""
22
22
23
23
created_on : str
24
24
"""The RFC 3339 timestamp of when the list was created."""
@@ -35,7 +35,7 @@ class ListsListItemIPFull(BaseModel):
35
35
36
36
class ListsListItemHostnameFull (BaseModel ):
37
37
id : str
38
- """The unique ID of the list ."""
38
+ """Defines the unique ID of the item in the List ."""
39
39
40
40
created_on : str
41
41
"""The RFC 3339 timestamp of when the list was created."""
@@ -55,7 +55,7 @@ class ListsListItemHostnameFull(BaseModel):
55
55
56
56
class ListsListItemRedirectFull (BaseModel ):
57
57
id : str
58
- """The unique ID of the list ."""
58
+ """Defines the unique ID of the item in the List ."""
59
59
60
60
created_on : str
61
61
"""The RFC 3339 timestamp of when the list was created."""
@@ -72,7 +72,7 @@ class ListsListItemRedirectFull(BaseModel):
72
72
73
73
class ListsListItemASNFull (BaseModel ):
74
74
id : str
75
- """The unique ID of the list ."""
75
+ """Defines the unique ID of the item in the List ."""
76
76
77
77
asn : int
78
78
"""Defines a non-negative 32 bit integer."""
You can’t perform that action at this time.
0 commit comments