Class: Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_urlString

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

Returns:

  • (String)


4571
4572
4573
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4571

def authentication_url
  @authentication_url
end

#typeString

The type of error. Required. Corresponds to the JSON property type

Returns:

  • (String)


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