docs/v1/SyntheticsSSLCertificateSubject.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsSSLCertificateSubject.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,17 +1,17 @@
# DatadogAPIClient::V1::SyntheticsSSLCertificateSubject
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **c** | **String** | Country Name associated with the certificate. | [optional] |
-| **cn** | **String** | Common Name that associated with the certificate. | [optional] |
-| **l** | **String** | Locality associated with the certificate. | [optional] |
-| **o** | **String** | Organization associated with the certificate. | [optional] |
-| **ou** | **String** | Organizational Unit associated with the certificate. | [optional] |
-| **st** | **String** | State Or Province Name associated with the certificate. | [optional] |
+| Name | Type | Description | Notes |
+| ------------ | ---------- | --------------------------------------------------------- | ---------- |
+| **c** | **String** | Country Name associated with the certificate. | [optional] |
+| **cn** | **String** | Common Name that associated with the certificate. | [optional] |
+| **l** | **String** | Locality associated with the certificate. | [optional] |
+| **o** | **String** | Organization associated with the certificate. | [optional] |
+| **ou** | **String** | Organizational Unit associated with the certificate. | [optional] |
+| **st** | **String** | State Or Province Name associated with the certificate. | [optional] |
| **alt_name** | **String** | Subject Alternative Name associated with the certificate. | [optional] |
## Example
```ruby
@@ -25,6 +25,5 @@
ou: null,
st: null,
alt_name: null
)
```
-