18 lines
768 B
Markdown
18 lines
768 B
Markdown
# V1Resource
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**name** | **str** | The name of the resource. Format: resources/{id} id is the system generated unique identifier. | [optional]
|
|
**uid** | **str** | The user defined id of the resource. | [optional]
|
|
**create_time** | **datetime** | | [optional]
|
|
**filename** | **str** | | [optional]
|
|
**content** | **str** | | [optional]
|
|
**external_link** | **str** | | [optional]
|
|
**type** | **str** | | [optional]
|
|
**size** | **str** | | [optional]
|
|
**memo** | **str** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|