| Package | Description | 
|---|---|
| com.tencentcloudapi.scf.v20180416.models | 
| Modifier and Type | Method and Description | 
|---|---|
LayerVersionInfo[] | 
ListLayersResponse.getLayers()
Get Layer list 
 | 
LayerVersionInfo[] | 
GetFunctionResponse.getLayers()
Get Version information of a layer associated with a function 
 | 
LayerVersionInfo[] | 
ListLayerVersionsResponse.getLayerVersions()
Get Layer version list 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListLayersResponse.setLayers(LayerVersionInfo[] Layers)
Set Layer list 
 | 
void | 
GetFunctionResponse.setLayers(LayerVersionInfo[] Layers)
Set Version information of a layer associated with a function 
 | 
void | 
ListLayerVersionsResponse.setLayerVersions(LayerVersionInfo[] LayerVersions)
Set Layer version list 
 | 
| Constructor and Description | 
|---|
LayerVersionInfo(LayerVersionInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
Copyright © 2021. All rights reserved.