Get Service Attachment Plain Args
data class GetServiceAttachmentPlainArgs(val project: String? = null, val region: String, val serviceAttachment: String) : ConvertibleToJava<GetServiceAttachmentPlainArgs>
Constructors
Link copied to clipboard
fun GetServiceAttachmentPlainArgs(project: String? = null, region: String, serviceAttachment: String)