Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + type CustomerResource struct + ChargingModeChangeFlag string + CloudServiceTypeCode string + CustomerId string + CustomerResourceId string + EndTime string + LastDeductType string + RegionCode string + ResourceId string + ResourceInfo string + ResourceName string + ResourceSpecCode string + ResourceTypeCode string + StartTime string + Status *int + type QueryCustomerResourceOpts struct + CloudServiceTypeCode string + CustomerId string + CustomerResourceId string + PageNo int + PageSize int + RegionCode string + ResourceIds []string + ResourceName string + ResourceTypeCode string + StartTimeBegin string + StartTimeEnd string + func (opts QueryCustomerResourceOpts) ToQueryCustomerResourceMap() (map[string]interface{}, error) + type QueryCustomerResourceOptsBuilder interface + ToQueryCustomerResourceMap func() (map[string]interface{}, error) + type QueryCustomerResourceResp struct + CustomerResource []CustomerResource + ErrorCode string + ErrorMsg string + TotalCount *int + type QueryCustomerResourceResult struct + func QueryCustomerResource(client *gophercloud.ServiceClient, opts QueryCustomerResourceOptsBuilder) (r QueryCustomerResourceResult) + func (r QueryCustomerResourceResult) Extract() (*QueryCustomerResourceResp, error)