github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/resources/application_feature_resource.go (about)

     1  package resources
     2  
     3  type ApplicationFeature struct {
     4  	// Name of the application feature
     5  	Name    string
     6  	Enabled bool
     7  	//Reason  string `json:omitempty`
     8  }