Resource Metadata
constructor(tags: Set<String> = emptySet(), parameters: List<Parameter> = emptyList(), get: GetInfo? = null, post: PostInfo? = null, put: PutInfo? = null, delete: DeleteInfo? = null, patch: PatchInfo? = null, head: HeadInfo? = null, options: OptionsInfo? = null, security: Map<String, List<String>>? = null)