tencentcloud-sdk-nodejs-tcbr 4.1.160 → 4.1.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -452,7 +452,7 @@ export interface TaskStepInfo {
|
|
|
452
452
|
*/
|
|
453
453
|
export interface DescribeCloudRunEnvsResponse {
|
|
454
454
|
/**
|
|
455
|
-
*
|
|
455
|
+
* <p>环境信息列表</p>
|
|
456
456
|
*/
|
|
457
457
|
EnvList?: Array<EnvInfo>;
|
|
458
458
|
/**
|
|
@@ -510,16 +510,15 @@ export interface ServerBaseInfo {
|
|
|
510
510
|
*/
|
|
511
511
|
export interface DescribeCloudRunEnvsRequest {
|
|
512
512
|
/**
|
|
513
|
-
*
|
|
513
|
+
* <p>环境ID,如果传了这个参数则只返回该环境的相关信息</p>
|
|
514
514
|
*/
|
|
515
515
|
EnvId?: string;
|
|
516
516
|
/**
|
|
517
|
-
*
|
|
518
|
-
如只想获取渠道A的环境 就填写IsVisible= true,Channels = ["A"], 过滤渠道A拉取其他渠道环境时填写IsVisible= false,Channels = ["A"]
|
|
517
|
+
* <p>指定Channels字段为可见渠道列表或不可见渠道列表<br>如只想获取渠道A的环境 就填写IsVisible= true,Channels = ["A"], 过滤渠道A拉取其他渠道环境时填写IsVisible= false,Channels = ["A"]</p>
|
|
519
518
|
*/
|
|
520
519
|
IsVisible?: boolean;
|
|
521
520
|
/**
|
|
522
|
-
*
|
|
521
|
+
* <p>渠道列表,代表可见或不可见渠道由IsVisible参数指定</p>
|
|
523
522
|
*/
|
|
524
523
|
Channels?: Array<string>;
|
|
525
524
|
}
|