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.



4304
4305
4306
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4304

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)


4297
4298
4299
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4297

def authentication_url
  @authentication_url
end

#typeString

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

Returns:

  • (String)


4302
4303
4304
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4302

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4309
4310
4311
4312
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4309

def update!(**args)
  @authentication_url = args[:authentication_url] if args.key?(:authentication_url)
  @type = args[:type] if args.key?(:type)
end