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

com.ionos.go.plugin.notifier.gchat.GoogleChatRequest Maven / Gradle / Ivy

There is a newer version: 0.5.9
Show newest version
package com.ionos.go.plugin.notifier.gchat;

import com.google.gson.annotations.Expose;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

/** Request for the google chat request.
 * @see here
 * */
@AllArgsConstructor
@NoArgsConstructor
public class GoogleChatRequest {

    @Expose
    @Getter
    @Setter
    private String text;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy