GloCusUpdateWithScriptAssignmentInput
Represents input value for updating with script assignment.
input GloCusUpdateWithScriptAssignmentInput {
assignmentId: String!
description: String
name: String
scriptId: String!
scriptVersionId: String!
}
Fields
GloCusUpdateWithScriptAssignmentInput.assignmentId ● String! non-null scalar
Identifier of the assignment.
GloCusUpdateWithScriptAssignmentInput.description ● String scalar
Description of the assignment.
GloCusUpdateWithScriptAssignmentInput.name ● String scalar
Name of the assignment.
GloCusUpdateWithScriptAssignmentInput.scriptId ● String! non-null scalar
Script Id.
GloCusUpdateWithScriptAssignmentInput.scriptVersionId ● String! non-null scalar
Script Version Id.