Class: DatadogAPIClient::V2::StatusPageAsIncludedAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::StatusPageAsIncludedAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb
Overview
The attributes of 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 in the company logo.
-
#components ⇒ Object
Components displayed on the status page.
-
#created_at ⇒ Object
Timestamp of when the status page was created.
-
#custom_domain ⇒ Object
If configured, the url that the status page is accessible at.
-
#custom_domain_enabled ⇒ Object
Whether the custom domain is configured.
-
#domain_prefix ⇒ Object
The subdomain of the status page's url taking the form
https://{domain_prefix}.statuspage.datadoghq.com. -
#email_header_image ⇒ Object
Base64-encoded image data included in email notifications sent to status page subscribers.
-
#enabled ⇒ Object
Whether the status page is enabled.
-
#favicon ⇒ Object
Base64-encoded image data displayed in the browser tab.
-
#modified_at ⇒ Object
Timestamp of when the status page was last modified.
-
#name ⇒ Object
The name of the status page.
-
#page_url ⇒ Object
The url that the status page is accessible at.
-
#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.
69 70 71 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 69 def additional_properties @additional_properties end |
#company_logo ⇒ Object
The base64-encoded image data displayed in the company logo.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 25 def company_logo @company_logo end |
#components ⇒ Object
Components displayed on the status page.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 28 def components @components end |
#created_at ⇒ Object
Timestamp of when the status page was created.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 31 def created_at @created_at end |
#custom_domain ⇒ Object
If configured, the url that the status page is accessible at.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 34 def custom_domain @custom_domain end |
#custom_domain_enabled ⇒ Object
Whether the custom domain is configured.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 37 def custom_domain_enabled @custom_domain_enabled 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.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 40 def domain_prefix @domain_prefix end |
#email_header_image ⇒ Object
Base64-encoded image data included in email notifications sent to status page subscribers.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 43 def email_header_image @email_header_image end |
#enabled ⇒ Object
Whether the status page is enabled.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 46 def enabled @enabled end |
#favicon ⇒ Object
Base64-encoded image data displayed in the browser tab.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 49 def favicon @favicon end |
#modified_at ⇒ Object
Timestamp of when the status page was last modified.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 52 def modified_at @modified_at end |
#name ⇒ Object
The name of the status page.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 55 def name @name end |
#page_url ⇒ Object
The url that the status page is accessible at.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 58 def page_url @page_url end |
#subscriptions_enabled ⇒ Object
Whether users can subscribe to the status page.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 61 def subscriptions_enabled @subscriptions_enabled end |
#type ⇒ Object
The type of the status page controlling how the status page is accessed.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 64 def type @type end |
#visualization_type ⇒ Object
The visualization type of the status page.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb', line 67 def visualization_type @visualization_type end |