docs/ResourceResponse.md in fastly-4.1.0 vs docs/ResourceResponse.md in fastly-4.2.0

- old
+ new

@@ -2,15 +2,15 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | +| **resource_id** | **String** | The ID of the underlying linked resource. | [optional] | +| **name** | **String** | The name of the resource link. | [optional] | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | -| **name** | **String** | The name of the resource. | [optional] | -| **resource_id** | **String** | The ID of the linked resource. | [optional] | -| **id** | **String** | An alphanumeric string identifying the resource. | [optional] | +| **id** | **String** | An alphanumeric string identifying the resource link. | [optional] | | **href** | **String** | The path to the resource. | [optional] | | **service_id** | **String** | Alphanumeric string identifying the service. | [optional] | | **version** | **Integer** | Integer identifying a service version. | [optional] | | **resource_type** | [**TypeResource**](TypeResource.md) | | [optional][default to 'object-store'] |