Get Meta Tags Result
data class GetMetaTagsResult(val id: String, val keyName: String? = null, val outputFile: String? = null, val tags: List<GetMetaTagsTag>)
A collection of values returned by getMetaTags.
Constructors
Link copied to clipboard
fun GetMetaTagsResult(id: String, keyName: String? = null, outputFile: String? = null, tags: List<GetMetaTagsTag>)