docs/LoggingGcsCommon.md in fastly-4.0.0.alpha4 vs docs/LoggingGcsCommon.md in fastly-4.0.0

- old
+ new

@@ -2,10 +2,11 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **user** | **String** | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Required. | [optional] | -| **secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Required. | [optional] | +| **user** | **String** | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] | +| **secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] | +| **account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)