public class ArchiveV2025R0OwnedByField extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier that represents a user who owns the archive.
|
protected String |
type
The value is always `user`.
|
explicitlySetNullableFields| Constructor and Description |
|---|
ArchiveV2025R0OwnedByField(String id,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic ArchiveV2025R0OwnedByField(String id, String type)