mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	made id parameter required (#10338)
This commit is contained in:
		
							parent
							
								
									69285a62c9
								
							
						
					
					
						commit
						5204960bac
					
				@ -29,7 +29,7 @@ import org.apache.cloudstack.api.response.IsAccountAllowedToCreateOfferingsWithT
 | 
			
		||||
        responseObject = IsAccountAllowedToCreateOfferingsWithTagsResponse.class, requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
 | 
			
		||||
public class IsAccountAllowedToCreateOfferingsWithTagsCmd extends BaseCmd {
 | 
			
		||||
 | 
			
		||||
    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = AccountResponse.class, description = "Account UUID")
 | 
			
		||||
    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = AccountResponse.class, description = "Account UUID", required = true)
 | 
			
		||||
    private Long id;
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user