Show / Hide Table of Contents

Class Status

Status of the dataset.

Inheritance
object
Status
Implements
IMessage<Status>
IEquatable<Status>
IDeepCloneable<Status>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class Status : IMessage<Status>, IEquatable<Status>, IDeepCloneable<Status>, IBufferMessage, IMessage

Constructors

Status()

Declaration
public Status()

Status(Status)

Declaration
public Status(Status other)
Parameters
Type Name Description
Status other

Properties

ErrorMessage

Error message indicating reason of failure. It is empty if the datasets is not in a failed state.

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
string

State

State enum for status.

Declaration
public Status.Types.State State { get; set; }
Property Value
Type Description
Status.Types.State
In this article
Back to top Generated by DocFX