lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb in hubspot-api-client-2.0.0 vs lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb in hubspot-api-client-2.1.0

- old
+ new

@@ -1,23 +1,25 @@ =begin -#LinkedSalesObjectsPublicService +#CRM cards -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#Allows an app to extend the CRM UI by surfacing custom cards in the sidebar of record pages. These cards are defined up-front as part of app configuration, then populated by external data fetch requests when the record page is accessed by a user. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.2.2 +OpenAPI Generator version: 4.2.3 =end require 'date' module Hubspot module Crm module Extensions module Cards + # Configuration for custom user actions on cards. class CardActions + # A list of URL prefixes that will be accepted for card action URLs. If your data fetch response includes an action URL that doesn't begin with one of these values, it will result in an error and the card will not be displayed. attr_accessor :base_urls # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map { \ No newline at end of file