fastly-api 1.3.0

Fastly API client
Documentation
# ResourceResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**resource_id** | Option<**String**> | The ID of the underlying linked resource. | 
**name** | Option<**String**> | The name of the resource link. | 
**created_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**deleted_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**id** | Option<**String**> | An alphanumeric string identifying the resource link. | 
**href** | Option<**String**> | The path to the resource. | 
**service_id** | Option<**String**> | Alphanumeric string identifying the service. | 
**version** | Option<**i32**> | Integer identifying a service version. | 
**resource_type** | Option<[**crate::models::TypeResource**]TypeResource.md> |  | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)