Function memo_service_create_memo_comment

Source
pub fn memo_service_create_memo_comment(
    configuration: &Configuration,
    name: &str,
    comment: V1CreateMemoRequest,
) -> Result<V1Memo, Error<MemoServiceCreateMemoCommentError>>