Input$StashIDInput constructor
Implementation
factory Input$StashIDInput({
required String endpoint,
required String stash_id,
String? updated_at,
}) => Input$StashIDInput._({
r'endpoint': endpoint,
r'stash_id': stash_id,
if (updated_at != null) r'updated_at': updated_at,
});