| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- package bssopenapi
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // Instance is a nested struct in bssopenapi response
- type Instance struct {
- Region string `json:"Region" xml:"Region"`
- ExpectedReleaseTime string `json:"ExpectedReleaseTime" xml:"ExpectedReleaseTime"`
- CreateTime string `json:"CreateTime" xml:"CreateTime"`
- OwnerId int `json:"OwnerId" xml:"OwnerId"`
- TotalAmount string `json:"TotalAmount" xml:"TotalAmount"`
- RenewStatus string `json:"RenewStatus" xml:"RenewStatus"`
- SubStatus string `json:"SubStatus" xml:"SubStatus"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- TotalAmountUnit string `json:"TotalAmountUnit" xml:"TotalAmountUnit"`
- SubscriptionType string `json:"SubscriptionType" xml:"SubscriptionType"`
- RemainingAmountUnit string `json:"RemainingAmountUnit" xml:"RemainingAmountUnit"`
- StopTime string `json:"StopTime" xml:"StopTime"`
- Seller string `json:"Seller" xml:"Seller"`
- Remark string `json:"Remark" xml:"Remark"`
- ProductType string `json:"ProductType" xml:"ProductType"`
- ProductCode string `json:"ProductCode" xml:"ProductCode"`
- RenewalDuration int `json:"RenewalDuration" xml:"RenewalDuration"`
- RenewalDurationUnit string `json:"RenewalDurationUnit" xml:"RenewalDurationUnit"`
- RemainingAmount string `json:"RemainingAmount" xml:"RemainingAmount"`
- EffectiveTime string `json:"EffectiveTime" xml:"EffectiveTime"`
- ExpiryTime string `json:"ExpiryTime" xml:"ExpiryTime"`
- EndTime string `json:"EndTime" xml:"EndTime"`
- SellerId int `json:"SellerId" xml:"SellerId"`
- InstanceID string `json:"InstanceID" xml:"InstanceID"`
- ReleaseTime string `json:"ReleaseTime" xml:"ReleaseTime"`
- Status string `json:"Status" xml:"Status"`
- }
|