Show / Hide Table of Contents

Class StateHistory

The history of each state this submission has been in.

Inheritance
System.Object
StateHistory
Implements
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.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
System.String

ETag

The ETag of the item.

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

State

The workflow pipeline stage.

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

StateTimestamp

When the submission entered this state.

Declaration
[JsonProperty("stateTimestamp")]
public virtual object StateTimestamp { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
Back to top