File tree Expand file tree Collapse file tree
src/cloudflare/types/rules/lists Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : de4c81cee29cd7dd907279e8916b334f
Original file line number Diff line number Diff line change 1818
1919class ListsListItemIPFull (BaseModel ):
2020 id : str
21- """The unique ID of the list ."""
21+ """Defines the unique ID of the item in the List ."""
2222
2323 created_on : str
2424 """The RFC 3339 timestamp of when the list was created."""
@@ -35,7 +35,7 @@ class ListsListItemIPFull(BaseModel):
3535
3636class ListsListItemHostnameFull (BaseModel ):
3737 id : str
38- """The unique ID of the list ."""
38+ """Defines the unique ID of the item in the List ."""
3939
4040 created_on : str
4141 """The RFC 3339 timestamp of when the list was created."""
@@ -55,7 +55,7 @@ class ListsListItemHostnameFull(BaseModel):
5555
5656class ListsListItemRedirectFull (BaseModel ):
5757 id : str
58- """The unique ID of the list ."""
58+ """Defines the unique ID of the item in the List ."""
5959
6060 created_on : str
6161 """The RFC 3339 timestamp of when the list was created."""
@@ -72,7 +72,7 @@ class ListsListItemRedirectFull(BaseModel):
7272
7373class ListsListItemASNFull (BaseModel ):
7474 id : str
75- """The unique ID of the list ."""
75+ """Defines the unique ID of the item in the List ."""
7676
7777 asn : int
7878 """Defines a non-negative 32 bit integer."""
Original file line number Diff line number Diff line change 1818
1919class ListsListItemIPFull (BaseModel ):
2020 id : str
21- """The unique ID of the list ."""
21+ """Defines the unique ID of the item in the List ."""
2222
2323 created_on : str
2424 """The RFC 3339 timestamp of when the list was created."""
@@ -35,7 +35,7 @@ class ListsListItemIPFull(BaseModel):
3535
3636class ListsListItemHostnameFull (BaseModel ):
3737 id : str
38- """The unique ID of the list ."""
38+ """Defines the unique ID of the item in the List ."""
3939
4040 created_on : str
4141 """The RFC 3339 timestamp of when the list was created."""
@@ -55,7 +55,7 @@ class ListsListItemHostnameFull(BaseModel):
5555
5656class ListsListItemRedirectFull (BaseModel ):
5757 id : str
58- """The unique ID of the list ."""
58+ """Defines the unique ID of the item in the List ."""
5959
6060 created_on : str
6161 """The RFC 3339 timestamp of when the list was created."""
@@ -72,7 +72,7 @@ class ListsListItemRedirectFull(BaseModel):
7272
7373class ListsListItemASNFull (BaseModel ):
7474 id : str
75- """The unique ID of the list ."""
75+ """Defines the unique ID of the item in the List ."""
7676
7777 asn : int
7878 """Defines a non-negative 32 bit integer."""
You can’t perform that action at this time.
0 commit comments