com.softlayer.api.service.billing.item.Workspace Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.service.billing.item;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.Item;
/**
* The SoftLayer_Billing_Item_Workspace data type contains general information relating to a single SoftLayer billing item whose item category code is 'workspace'
*
* @see SoftLayer_Billing_Item_Workspace
*/
@ApiType("SoftLayer_Billing_Item_Workspace")
public class Workspace extends Item {
public static class Mask extends com.softlayer.api.service.billing.Item.Mask {
}
}