All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.sas20181203.models.DescribePropertyUsageNewestRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sas20181203.models;

import com.aliyun.tea.*;

public class DescribePropertyUsageNewestRequest extends TeaModel {
    /**
     * 

The type of the accounts.

*
*

Valid values:

*
*

* user

*

* system

*/ @NameInMap("Type") public String type; public static DescribePropertyUsageNewestRequest build(java.util.Map map) throws Exception { DescribePropertyUsageNewestRequest self = new DescribePropertyUsageNewestRequest(); return TeaModel.build(map, self); } public DescribePropertyUsageNewestRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy