Class BetaManagedAgentsScheduleTriggerContext
-
- All Implemented Interfaces:
public final class BetaManagedAgentsScheduleTriggerContextThe run was fired by the deployment's cron schedule.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsScheduleTriggerContext.BuilderA builder for BetaManagedAgentsScheduleTriggerContext.
public final classBetaManagedAgentsScheduleTriggerContext.Type
-
Method Summary
Modifier and Type Method Description final OffsetDateTimescheduledAt()A timestamp in RFC 3339 format final BetaManagedAgentsScheduleTriggerContext.Typetype()final JsonField<OffsetDateTime>_scheduledAt()Returns the raw JSON value of scheduledAt. final JsonField<BetaManagedAgentsScheduleTriggerContext.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsScheduleTriggerContext.BuildertoBuilder()final BetaManagedAgentsScheduleTriggerContextvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsScheduleTriggerContext.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsScheduleTriggerContext. -
-
Method Detail
-
scheduledAt
final OffsetDateTime scheduledAt()
A timestamp in RFC 3339 format
-
type
final BetaManagedAgentsScheduleTriggerContext.Type type()
-
_scheduledAt
final JsonField<OffsetDateTime> _scheduledAt()
Returns the raw JSON value of scheduledAt.
Unlike scheduledAt, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsScheduleTriggerContext.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsScheduleTriggerContext.Builder toBuilder()
-
validate
final BetaManagedAgentsScheduleTriggerContext validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsScheduleTriggerContext.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsScheduleTriggerContext.
The following fields are required:
.scheduledAt() .type()
-
-
-
-