INPUT_OBJECT
Input required to disable protection for a GCP native project.
input GcpNativeDisableProjectInput {# GCP native project ID.projectId: UUID!# Specifies whether to delete the native snapshots while disabling the project.shouldDeleteNativeSnapshots: Boolean!}