Show / Hide Table of Contents

Class StateHistory

The history of each state this submission has been in.

Inheritance
object
StateHistory
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class StateHistory : IDirectResponseSchema

Properties

ActorUserId

The teacher or student who made the change.

Declaration
[JsonProperty("actorUserId")]
public virtual string ActorUserId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

State

The workflow pipeline stage.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateTimestamp

object representation of StateTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateTimestampDateTimeOffset instead.")]
public virtual object StateTimestamp { get; set; }
Property Value
Type Description
object

StateTimestampDateTimeOffset

DateTimeOffset representation of StateTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StateTimestampRaw

When the submission entered this state.

Declaration
[JsonProperty("stateTimestamp")]
public virtual string StateTimestampRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX