public SecretInfo()

in src/main/java/com/aliyuncs/kms/secretsmanager/client/model/SecretInfo.java [74:85]


    public SecretInfo(String secretName, String versionId, String secretValue, String secretDataType, String createTime, String secretType, String automaticRotation, String extendedConfig, String rotationInterval, String nextRotationDate) {
        this.secretName = secretName;
        this.versionId = versionId;
        this.secretValue = secretValue;
        this.secretDataType = secretDataType;
        this.createTime = createTime;
        this.secretType = secretType;
        this.automaticRotation = automaticRotation;
        this.extendedConfig = extendedConfig;
        this.rotationInterval = rotationInterval;
        this.nextRotationDate = nextRotationDate;
    }