Class: DatadogAPIClient::V2::PatchStatusPageRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PatchStatusPageRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb
Overview
The supported attributes for updating a status page.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#company_logo ⇒ Object
The base64-encoded image data displayed on the status page.
-
#domain_prefix ⇒ Object
The subdomain of the status page's url taking the form
https://{domain_prefix}.statuspage.datadoghq.com. -
#email_header_image ⇒ Object
The base64-encoded image data displayed in email notifications sent to status page subscribers.
-
#enabled ⇒ Object
Whether the status page is enabled.
-
#favicon ⇒ Object
The base64-encoded image data displayed in the browser tab.
-
#name ⇒ Object
The name of the status page.
-
#subscriptions_enabled ⇒ Object
Whether users can subscribe to the status page.
-
#type ⇒ Object
The type of the status page controlling how the status page is accessed.
-
#visualization_type ⇒ Object
The visualization type of the status page.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 51 def additional_properties @additional_properties end |
#company_logo ⇒ Object
The base64-encoded image data displayed on the status page.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 25 def company_logo @company_logo end |
#domain_prefix ⇒ Object
The subdomain of the status page's url taking the form https://{domain_prefix}.statuspage.datadoghq.com. Globally unique across Datadog Status Pages.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 28 def domain_prefix @domain_prefix end |
#email_header_image ⇒ Object
The base64-encoded image data displayed in email notifications sent to status page subscribers.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 31 def email_header_image @email_header_image end |
#enabled ⇒ Object
Whether the status page is enabled.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 34 def enabled @enabled end |
#favicon ⇒ Object
The base64-encoded image data displayed in the browser tab.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 37 def favicon @favicon end |
#name ⇒ Object
The name of the status page.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 40 def name @name end |
#subscriptions_enabled ⇒ Object
Whether users can subscribe to the status page.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 43 def subscriptions_enabled @subscriptions_enabled end |
#type ⇒ Object
The type of the status page controlling how the status page is accessed.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 46 def type @type end |
#visualization_type ⇒ Object
The visualization type of the status page.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb', line 49 def visualization_type @visualization_type end |