api/v1/restsdk/model_storage_account.go (6 lines of code) (raw):

/* * api.proto * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: version not set * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package restsdk type StorageAccount struct { Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` Location string `json:"location,omitempty"` }