Migration Warning Response
data class MigrationWarningResponse(val actionItem: LocalizedMessageResponse, val code: String, val helpLinks: List<LinkResponse>, val warningMessage: LocalizedMessageResponse, val warningTime: String)
Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
Constructors
Link copied to clipboard
fun MigrationWarningResponse(actionItem: LocalizedMessageResponse, code: String, helpLinks: List<LinkResponse>, warningMessage: LocalizedMessageResponse, warningTime: String)