public class MessageInputAttachment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MessageInputAttachment.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | mediaType()Gets the mediaType. | 
| MessageInputAttachment.Builder | newBuilder()New builder. | 
| String | url()Gets the url. | 
public MessageInputAttachment.Builder newBuilder()
public String url()
The URL of the media file.
public String mediaType()
The media content type (such as a MIME type) of the attachment.
Copyright © 2023 IBM Cloud. All rights reserved.