
com.hubspot.slack.client.methods.params.conversations.ConversationSetPurposeParamsIF Maven / Gradle / Ivy
package com.hubspot.slack.client.methods.params.conversations;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.hubspot.immutables.style.HubSpotStyle;
import org.immutables.value.Value.Immutable;
@Immutable
@HubSpotStyle
public interface ConversationSetPurposeParamsIF {
String getPurpose();
@JsonProperty("channel")
String getChannelId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy