@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GcpScanOptionsInputUpdateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GcpScanOptionsInputUpdateData() |
GcpScanOptionsInputUpdateData(String id,
GcpScanOptionsInputUpdateDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public GcpScanOptionsInputUpdateData()
public GcpScanOptionsInputUpdateData(String id, GcpScanOptionsInputUpdateDataType type)
public GcpScanOptionsInputUpdateData attributes(GcpScanOptionsInputUpdateDataAttributes attributes)
@Nullable public GcpScanOptionsInputUpdateDataAttributes getAttributes()
public void setAttributes(GcpScanOptionsInputUpdateDataAttributes attributes)
public GcpScanOptionsInputUpdateData id(String id)
public String getId()
public void setId(String id)
public GcpScanOptionsInputUpdateData type(GcpScanOptionsInputUpdateDataType type)
public GcpScanOptionsInputUpdateDataType getType()
public void setType(GcpScanOptionsInputUpdateDataType type)
public GcpScanOptionsInputUpdateData putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.