public class DeleteScheduledActionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteScheduledActionRequest()  | 
DeleteScheduledActionRequest(DeleteScheduledActionRequest 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getScheduledActionId()
Get Scheduled task ID to be deleted. 
 | 
void | 
setScheduledActionId(String ScheduledActionId)
Set Scheduled task ID to be deleted. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteScheduledActionRequest()
public DeleteScheduledActionRequest(DeleteScheduledActionRequest source)
public String getScheduledActionId()
public void setScheduledActionId(String ScheduledActionId)
ScheduledActionId - Scheduled task ID to be deleted. obtain the scheduled task ID by calling the api [DescribeScheduledActions](https://intl.cloud.tencent.com/document/api/377/20450?from_cn_redirect=1) and retrieving the ScheduledActionId from the returned information.Copyright © 2025. All rights reserved.