All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.client.v3.spaces._DeleteSpaceRequest Maven / Gradle / Ivy

There is a newer version: 5.12.2.RELEASE
Show newest version
package org.cloudfoundry.client.v3.spaces;

import com.fasterxml.jackson.annotation.JsonIgnore;
import org.immutables.value.Value;

/**
 * The request payload for the Delete Unmapped Routes operation
 */
@Value.Immutable
abstract class _DeleteSpaceRequest {

    /**
     * The space id
     */
    @JsonIgnore
    abstract String getSpaceId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy