Class: Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Represents an error that occurred during conference creation.
Instance Attribute Summary collapse
-
#authentication_url ⇒ String
If the error type is
AUTHENTICATION
, the add-on can provide a URL allowing users to log in. -
#type ⇒ String
The type of error.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError
constructor
A new instance of AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError
Returns a new instance of AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError.
4578 4579 4580 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4578 def initialize(**args) update!(**args) end |
Instance Attribute Details
#authentication_url ⇒ String
If the error type is AUTHENTICATION
, the add-on can provide a URL allowing
users to log in. Maximum 1300 characters long.
Corresponds to the JSON property authenticationUrl
4571 4572 4573 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4571 def authentication_url @authentication_url end |
#type ⇒ String
The type of error. Required.
Corresponds to the JSON property type
4576 4577 4578 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4576 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4583 4584 4585 4586 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4583 def update!(**args) @authentication_url = args[:authentication_url] if args.key?(:authentication_url) @type = args[:type] if args.key?(:type) end |