com.mailosaur.models.MessageListResult Maven / Gradle / Ivy
package com.mailosaur.models;
import java.util.List;
import com.google.api.client.util.Key;
/**
* Type serialized down the wire.
*/
public class MessageListResult {
/**
* The items property.
*/
@Key
private List items;
/**
* Get the items value.
*
* @return the items value
*/
public List items() {
return this.items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy