Show / Hide Table of Contents

Class AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError

Represents an error that occurred during conference creation.

Inheritance
System.Object
AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError : IDirectResponseSchema

Properties

AuthenticationUrl

If the error type is AUTHENTICATION, the add-on can provide a URL allowing users to log in. Maximum 1300 characters long.

Declaration
[JsonProperty("authenticationUrl")]
public virtual string AuthenticationUrl { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Type

The type of error. Required.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top